camera controller
This commit is contained in:
parent
a1f8e26d9a
commit
83e312894b
5 changed files with 15 additions and 9 deletions
|
@ -7,6 +7,7 @@
|
|||
struct GlobalState {
|
||||
SDL_Window *window;
|
||||
SDL_Renderer *renderer;
|
||||
SDL_Rect camera;
|
||||
PPlayer player;
|
||||
PhoenixAssets assets;
|
||||
int scale = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue