v0.8.0: added an initial window for key bindings, more work needed

This commit is contained in:
Evan Debenham
2019-12-16 16:49:19 -05:00
parent d726efb948
commit b4739b766d
8 changed files with 327 additions and 27 deletions
@@ -28,4 +28,6 @@ public class GameAction {
public static final int BACK = 1;
public static final int MENU = 2;
public static final int TOTAL_ACTIONS = 3;
}