World play area rule

This commit is contained in:
Anuken
2022-02-16 12:45:48 -05:00
parent e2c7c94663
commit 427d43039b
15 changed files with 196 additions and 54 deletions

View File

@@ -132,5 +132,6 @@ public class Pal{
slagOrange = Color.valueOf("ffa166"),
techBlue = Color.valueOf("8ca9e8"),
vent = Color.valueOf("6b4e4e");
vent = Color.valueOf("6b4e4e"),
vent2 = Color.valueOf("261d1d");
}