Progress progress.

This commit is contained in:
TheGreenTie
2020-03-01 20:43:42 -06:00
parent 97e8527df5
commit 680cb32028
30 changed files with 96 additions and 12 deletions

View File

@@ -28,4 +28,5 @@ global.counter = 9999;
global.change = false;
enum region { boxes, top, mid_left, mid_right, bot_left, bot_right }
enum region { boxes, top, mid_left, mid_right, bot_left, bot_right,
_0, _25, _50, _75, _100 };