This commit is contained in:
2021-08-22 14:56:02 +07:00
parent 9489f6dac8
commit c10645f11e
6 changed files with 221 additions and 92 deletions
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN"
"http://www.gwtproject.org/doctype/2.8.0/gwt-module.dtd">
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://www.gwtproject.org/doctype/2.8.0/gwt-module.dtd">
<module rename-to="html">
<collapse-property name="user.agent" values="*"/>
<entry-point class='com.badlogic.drop.client.HtmlLauncher'/>
<inherits name='Drop'/>
<inherits name='com.badlogic.gdx.backends.gdx_backends_gwt'/>
<inherits name='com.badlogic.gdx.physics.box2d.box2d-gwt'/>
<set-configuration-property name="gdx.assetpath" value="../android/assets"/>
<set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
<set-property name="user.agent" value="gecko1_8, safari"/>
<collapse-property name="user.agent" values="*"/>
</module>