Image Update

This commit is contained in:
2021-06-12 07:54:22 -07:00
parent f6fdec2db2
commit 928c3c838e
10 changed files with 106 additions and 14 deletions

View File

@ -110,7 +110,7 @@ typedef struct {
/** Game's Shader */
shader_t shader;
/** Camera for the world and the GUI */
camera_t cameraWorld, cameraGui;
camera_t cameraWorld, cameraGui, cameraTest;
/** Refer to POKER_GUI_HEIGHT */
float guiWidth;