feat: terrain is now selectable
Compare changes
Files
5@@ -11,7 +11,7 @@ import java.util.Random;
@@ -34,13 +34,16 @@ public class Battle {
@@ -70,9 +73,9 @@ public class Battle {
Added a button to change the terrain. Lists the enums from Terrain. Also set a standard font size to minimum 20px. Buttons are set to 20pt = 26px. Made buttons for resetting and running the battle disabled if both armies are not imported. Updated som javadoc for battle
closes: #19 (closed)