kenny-designs / MechEngine

The goal of this project is to create an RTS-styled game engine. Inspired by works such as Starcraft, Warcraft, Company of Heroes, etc...
0 stars 0 forks source link

Change movement to be constant #6

Closed kenny-designs closed 8 years ago

kenny-designs commented 8 years ago

Currently, the movement system is based on lerping. The way it's currently set has the unit move at a non-constant rate. This needs to be fixed.