puzzle ids

This commit is contained in:
Asuro
2025-03-13 22:47:23 +01:00
parent 155339917d
commit 97146664f2
19 changed files with 337 additions and 59 deletions

View File

@@ -46,6 +46,7 @@ namespace Game
UTime = 0,
UDotColor = 1,
UTexInfo = 2,
UBaseColor = 3,
};
bgfx::ProgramHandle Shader;
@@ -108,6 +109,8 @@ namespace Game
uint16_t MainViewID = 10;
float LastShaderLoadTime = 0.0f;
int32_t DitherRecursion = 1;
Vec4 DefaultBaseColor;
Vec4 DefaultTileColor;
public:
void Setup();