12 lines
493 B
XML
12 lines
493 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module rename-to="html">
|
|
<inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' />
|
|
<inherits name='com.badlogic.gdx.controllers.controllers-gwt' />
|
|
<inherits name='Mindustry' />
|
|
<inherits name='uCore' />
|
|
|
|
<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" />
|
|
</module>
|