DemoProductions / shmup

3 stars 2 forks source link

AICommands needs delta time #147

Open flip40 opened 7 years ago

flip40 commented 7 years ago

AICommands MoveTo isn't using delta time... nor are most of its functions. I need to explore getting that added to most options. It is notable that the MoveTo, for example, using a value of 20, is far faster than a value of 200 on the player, which I believe is due to it not being multiplied against DT.