Add keyboard input for camera movement

This commit is contained in:
crumblingstatue 2023-04-03 12:24:43 +02:00
parent 0aa2781c25
commit 91cd644b8c
3 changed files with 59 additions and 1 deletions

View file

@ -1,6 +1,7 @@
mod app;
mod game;
mod graphics;
mod input;
mod math;
mod res;
mod world;