camera controller

This commit is contained in:
Hunter 2023-05-27 13:36:40 -04:00
parent a1f8e26d9a
commit 83e312894b
5 changed files with 15 additions and 9 deletions

View file

@ -7,6 +7,7 @@
struct GlobalState {
SDL_Window *window;
SDL_Renderer *renderer;
SDL_Rect camera;
PPlayer player;
PhoenixAssets assets;
int scale = 20;