14 lines
708 B
XML
14 lines
708 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "https://raw.githubusercontent.com/gwtproject/gwt/master/distro-source/core/src/gwt-module.dtd">
|
|
<module rename-to="html">
|
|
<inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' />
|
|
<inherits name='com.badlogic.gdx.ai' />
|
|
<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>
|