summaryrefslogtreecommitdiffstats
path: root/html/src/ch/asynk/rustanddust/GdxDefinitionSuperdev.gwt.xml
blob: 1a592f2985e9149b71f0fea0aa58018da60a0e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://google-web-toolkit.googlecode.com/svn/trunk/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='RustAndDust' />
	<entry-point class='ch.asynk.rustanddust.client.HtmlLauncher' />
	
	<add-linker name="xsiframe"/>
	<set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
	<set-configuration-property name="devModeRedirectEnabled" value="true"/>
	
	<set-configuration-property name="gdx.assetpath" value="../android/assets" />
</module>