Add player entity

This commit is contained in:
crumblingstatue 2023-04-03 15:37:14 +02:00
parent 6ca737f36c
commit 5a6fe33e1e
7 changed files with 150 additions and 31 deletions

View file

@ -1,4 +1,5 @@
mod app;
mod debug;
mod game;
mod graphics;
mod input;