Finished ironing out Gang ascension mechanic, including bugs. Refactored UI code to be part of the Gang class.

This commit is contained in:
danielyxie
2018-10-14 19:28:44 -05:00
parent fcab079b32
commit a43f8bf1e6
13 changed files with 557 additions and 388 deletions
+2
View File
@@ -27,4 +27,6 @@ export const KEY: IMap<number> = {
U: 85,
UPARROW: 38,
W: 87,
"1": 49,
"2": 50,
};