Image Update

This commit is contained in:
2021-06-12 07:54:22 -07:00
parent fbaa01711d
commit c69805feb1
41 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;