mirror of
https://github.com/tiennm99/libGDX-tutorial.git
synced 2026-08-06 02:23:24 +00:00
v2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user