Bugfixes, added saving/loading maps in editor for web version

This commit is contained in:
Anuken
2018-05-31 23:49:43 -04:00
parent 418467e467
commit 23d07600f7
10 changed files with 103 additions and 68 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apply plugin: "java"
gwt {
gwtVersion='2.8.2' // Should match the gwt version used for building the gwt backend
gwtVersion='2.8.0' // Should match the gwt version used for building the gwt backend
maxHeapSize="2G" // Default 256m is not enough for gwt compiler. GWT is HUNGRY
minHeapSize="1G"