Added ground mech flight

This commit is contained in:
Anuken
2018-08-21 12:22:49 -04:00
parent 6dcbe4fabb
commit 34f2704dc7
7 changed files with 48 additions and 34 deletions

View File

@@ -28,6 +28,9 @@ public class Palette{
lightishGray = Color.valueOf("a2a2a2"),
darkishGray = new Color(0.3f, 0.3f, 0.3f, 1f),
boostTo = Color.valueOf("ffad4d"),
boostFrom = Color.valueOf("ff7f57"),
lancerLaser = Color.valueOf("a9d8ff"),
stoneGray = Color.valueOf("8f8f8f"),