java - Making copied images all rotate independently -


i think issue has deep vs. shallow cloning, have not worked before, , cannot seem understand reading articles(you can tell i'm not professional programmer). small game making , when shoot bullet, rotate as velocity vector traveling in. works fine, , bullets rotate, rotate together, , not independently. i'm unsure how can each have own rotation. if can point me in right direction, i'd appreciate it.

source: https://github.com/vynlar/point-and-click-shooter

thanks, vynlar

since using resource manager, transforms performed on image remain update cycle. have transform, draw, draw next item, update cycle.

rotating 1 image under one


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -