tic tac toe done
This commit is contained in:
@ -33,7 +33,7 @@ namespace Dawn {
|
||||
StateProperty<float_t> fontSize;
|
||||
StateProperty<Font*> font;
|
||||
StateProperty<float_t> maxWidth;
|
||||
struct Color textColor = COLOR_MAGENTA;
|
||||
struct Color textColor = COLOR_WHITE;
|
||||
struct FontMeasure measure;
|
||||
int32_t startQuad = 0;
|
||||
int32_t quadCount = -1;
|
||||
|
Reference in New Issue
Block a user