WIP RTS AI functionality

This commit is contained in:
Anuken
2022-02-17 23:00:51 -05:00
parent aaba579314
commit 520b60770c
6 changed files with 151 additions and 4 deletions

View File

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