tic tac toe done

This commit is contained in:
2023-03-08 21:13:44 -08:00
parent 326e42bef3
commit 12b6f4091d
8 changed files with 137 additions and 67 deletions

View File

@ -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;