mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-14 20:05:01 +07:00
15 lines
669 B
XML
15 lines
669 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.physics.box2d.box2d-gwt' />
|
|
|
|
<inherits name='io.anuke.mindustry.GdxDefinition' />
|
|
|
|
<collapse-all-properties />
|
|
|
|
<add-linker name="xsiframe"/>
|
|
<set-configuration-property name="devModeRedirectEnabled" value="true"/>
|
|
<set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
|
|
</module>
|