Move the player inside World

This commit is contained in:
crumblingstatue 2023-04-08 22:10:10 +02:00
parent 4fd826c218
commit 390a4d45d2
6 changed files with 54 additions and 46 deletions

View file

@ -4,6 +4,7 @@ mod game;
mod graphics;
mod input;
mod math;
mod player;
mod res;
mod stringfmt;
mod tiles;