Edits to make GWT compilation work

This commit is contained in:
Anuken
2017-07-05 13:22:39 -04:00
parent 154247a461
commit 922ab26b0d
5 changed files with 8 additions and 6 deletions

View File

@@ -9,5 +9,5 @@
<entry-point class='io.anuke.mindustry.client.HtmlLauncher' />
<set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
<set-configuration-property name="gdx.assetpath" value="../core/assets" />
<set-configuration-property name="gdx.assetpath" value="../android/assets" />
</module>