Very basic inventory

This commit is contained in:
crumblingstatue 2023-04-15 22:47:53 +02:00
parent cee7652e09
commit 464d8dc8be
10 changed files with 241 additions and 28 deletions

View file

@ -4,6 +4,7 @@ mod debug;
mod game;
mod graphics;
mod input;
mod inventory;
mod math;
mod player;
mod res;