This commit is contained in:
2019-04-28 18:06:05 -05:00
parent bc0297a9dc
commit 7b96cd990c
5 changed files with 53 additions and 9 deletions
+2
View File
@@ -34,6 +34,8 @@ class Parser
return "ALICE";
case BOB:
return "BOB";
case EVE:
return "EVE";
default:
return "END";
}
+2 -2
View File
@@ -36,8 +36,8 @@ private:
const char *TITLE ;
bool KEEP_ALIVE = true;
bool SHOW_GRID = false;
SHAPE USER_CURRENT = TRIANGLE;
SHAPE GUST_CURRENT = UNKOWN;
SHAPE USER_CURRENT = NONE;
SHAPE GUST_CURRENT = NONE;
MODE ME;
bool KEY_UP_ARROW_ACTIVE = false;
bool KEY_DOWN_ARROW_ACTIVE = false;