epervier-old/gamecore
Kazhnuz 42303da317 modules/world: fix movement functions for bump2D
The moveActor function is in bump2D a wrapper for the move function of
bump2D. But this function doesn't handle actual movement.

In order to make things samewise everywhere, let the actor handle actual
movement themselves.
2019-04-22 09:42:33 +02:00
..
libs gamecore: put all gamecore files in a folder 2019-03-16 13:07:38 +01:00
modules modules/world: fix movement functions for bump2D 2019-04-22 09:42:33 +02:00
utils loveutils: better comments and organisation 2019-04-11 17:10:28 +02:00
callbacks.lua core: add a way to get keyboard callbacks from current scene 2019-04-14 19:45:52 +02:00
debug.lua gamecore: put all gamecore files in a folder 2019-03-16 13:07:38 +01:00
init.lua core: add a way to get keyboard callbacks from current scene 2019-04-14 19:45:52 +02:00
input.lua gamecore: better comments and organization 2019-04-11 17:23:39 +02:00
lang.lua lang: add a way to check language availability 2019-04-14 18:11:31 +02:00
options.lua options: add a way to set an input key 2019-04-14 18:27:24 +02:00
scenemanager.lua core: add a way to get keyboard callbacks from current scene 2019-04-14 19:45:52 +02:00
screen.lua gamecore: better comments and organization 2019-04-11 17:23:39 +02:00