Portrait mode support / Mobile fixes

This commit is contained in:
Anuken
2018-07-02 15:49:01 -04:00
parent fb2bb5a4bc
commit e3bee43163
24 changed files with 913 additions and 803 deletions
@@ -55,5 +55,9 @@ public class EventType {
public interface BlockBuildEvent extends Event{
void handle(Team team, Tile tile);
}
public interface ResizeEvent extends Event{
void handle();
}
}