flypup / duel-of-the-devs

Duel of the Devs Web Game. Continuation of GitHub Game Off 2012 entry.
http://minimonks.com
2 stars 1 forks source link

Jittery z-movement in scene animations #24

Closed robwalch closed 11 years ago

robwalch commented 11 years ago

Need to look at z gravity in animate scene step...

robwalch commented 11 years ago

This was a quick fix. If the scene animation avoided the map boundaries better we wouldn't see jittering as a result of CP trying to correct collisions.

We could try making the animation engine set velocity rather than updating positions directly #25.