diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-09-10 22:59:32 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-09-10 22:59:32 +0200 |
commit | 86e0e122a475dfd4f627fc95a9458e7527d72a00 (patch) | |
tree | 6c85c5b28d1f94cf146b16039f6df27aeeb484d3 /html/src/ch/asynk/tankontank/GdxDefinition.gwt.xml | |
download | RustAndDust-86e0e122a475dfd4f627fc95a9458e7527d72a00.zip RustAndDust-86e0e122a475dfd4f627fc95a9458e7527d72a00.tar.gz |
Initial commit
Diffstat (limited to 'html/src/ch/asynk/tankontank/GdxDefinition.gwt.xml')
-rw-r--r-- | html/src/ch/asynk/tankontank/GdxDefinition.gwt.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/html/src/ch/asynk/tankontank/GdxDefinition.gwt.xml b/html/src/ch/asynk/tankontank/GdxDefinition.gwt.xml new file mode 100644 index 0000000..6f24d10 --- /dev/null +++ b/html/src/ch/asynk/tankontank/GdxDefinition.gwt.xml @@ -0,0 +1,11 @@ +<?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='TankOnTank' />
+ <entry-point class='ch.asynk.tankontank.client.HtmlLauncher' />
+
+ <set-configuration-property name="gdx.assetpath" value="../android/assets" />
+</module>
|