Fixed multiblocks not drawing

This commit is contained in:
Anuken
2019-05-09 18:10:12 -04:00
parent 9f4a430412
commit 69575dbab3
12 changed files with 6 additions and 38 deletions

View File

@@ -38,7 +38,7 @@ public class PlacementFragment extends Fragment{
Table blockTable, toggler, topTable;
boolean lastGround;
//TODO make this configurable
//not configurable, no plans to make it configurable
final KeyCode[] inputGrid = {
KeyCode.NUM_1, KeyCode.NUM_2, KeyCode.NUM_3, KeyCode.NUM_4,
KeyCode.Q, KeyCode.W, KeyCode.E, KeyCode.R,