diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-07-19 13:20:33 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-07-19 13:20:33 +0200 |
commit | de0463bcf0f76ef8b07f2719679c9e0d72745c5d (patch) | |
tree | 9a33df947ceeea16a3e20b400585b1d3c304e77e /html/src/ch/asynk/tankontank/GdxDefinitionSuperdev.gwt.xml | |
parent | e66f9f2a61d3dab4545e996046486de0d44e2901 (diff) | |
download | RustAndDust-de0463bcf0f76ef8b07f2719679c9e0d72745c5d.zip RustAndDust-de0463bcf0f76ef8b07f2719679c9e0d72745c5d.tar.gz |
welcome RustAndDust
Diffstat (limited to 'html/src/ch/asynk/tankontank/GdxDefinitionSuperdev.gwt.xml')
-rw-r--r-- | html/src/ch/asynk/tankontank/GdxDefinitionSuperdev.gwt.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/src/ch/asynk/tankontank/GdxDefinitionSuperdev.gwt.xml b/html/src/ch/asynk/tankontank/GdxDefinitionSuperdev.gwt.xml index d557126..1a592f2 100644 --- a/html/src/ch/asynk/tankontank/GdxDefinitionSuperdev.gwt.xml +++ b/html/src/ch/asynk/tankontank/GdxDefinitionSuperdev.gwt.xml @@ -4,8 +4,8 @@ <inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' /> <inherits name='com.badlogic.gdx.physics.box2d.box2d-gwt' /> - <inherits name='CreepingArmor' />
- <entry-point class='ch.asynk.creepingarmor.client.HtmlLauncher' />
+ <inherits name='RustAndDust' />
+ <entry-point class='ch.asynk.rustanddust.client.HtmlLauncher' />
<add-linker name="xsiframe"/>
<set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
|