puzzle ids
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user