Initial world system with tile rendering & ionization support.

This commit is contained in:
Ondřej Hruška
2014-04-20 03:45:31 +02:00
parent 65ad97994b
commit 8872fd3f5f
45 changed files with 1209 additions and 136 deletions
+2
View File
@@ -23,4 +23,6 @@ public interface RGB {
Color PINK = Color.fromHex(0xFF3FFC);
Color ORANGE = Color.fromHex(0xFC4800);
Color NONE = Color.NONE;
}