Added basic player movement.

This commit is contained in:
2021-04-23 08:17:42 +10:00
parent f7c1380f06
commit e323cf2721
23 changed files with 428 additions and 14 deletions

View File

@ -17,6 +17,7 @@
#include "file/asset.h"
#include "game/game.h"
#include "game/gametime.h"
#include "input/input.h"