/apps/demos/scenery: add walking

This commit is contained in:
veclavtalica
2025-01-02 13:26:16 +03:00
parent dc2535358e
commit 4277852fc5
3 changed files with 154 additions and 31 deletions

View File

@ -18,6 +18,7 @@ typedef struct SceneIngame {
float roll;
bool mouse_captured;
bool flying_camera;
} SceneIngame;