Planimeter / game-engine-2d

Planimeter Game Engine 2D - LÖVE-based game engine for Lua
https://github.com/Planimeter/game-engine-2d/wiki
MIT License
737 stars 74 forks source link

Update player movement #8

Closed andrewmcwatters closed 9 years ago

andrewmcwatters commented 9 years ago

Default player movement currently allows you to stop in-between tile positions. Add a path queue that prevents changing move paths while moving.

andrewmcwatters commented 9 years ago

Fixed internally by @Polkm in vertex-adventure@2dc6bc0.