summaryrefslogtreecommitdiffstats
path: root/html/src/ch/asynk/zproject/GdxDefinition.gwt.xml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-06-26 02:06:32 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2018-06-26 02:06:32 +0200
commitccbec710375ddab05e60d893851e57f7ee743d19 (patch)
treed22eb9f39093e4a15113b4f29ff7eaf8f4562cfb /html/src/ch/asynk/zproject/GdxDefinition.gwt.xml
downloadgdx-boardgame-ccbec710375ddab05e60d893851e57f7ee743d19.zip
gdx-boardgame-ccbec710375ddab05e60d893851e57f7ee743d19.tar.gz
bare bone libgdx project
generated with https://libgdx.badlogicgames.com/nightlies/dist/gdx-setup.jar
Diffstat (limited to 'html/src/ch/asynk/zproject/GdxDefinition.gwt.xml')
-rw-r--r--html/src/ch/asynk/zproject/GdxDefinition.gwt.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/src/ch/asynk/zproject/GdxDefinition.gwt.xml b/html/src/ch/asynk/zproject/GdxDefinition.gwt.xml
new file mode 100644
index 0000000..20c5d68
--- /dev/null
+++ b/html/src/ch/asynk/zproject/GdxDefinition.gwt.xml
@@ -0,0 +1,10 @@
+<?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='ZProject' />
+ <entry-point class='ch.asynk.zproject.client.HtmlLauncher' />
+ <set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
+ <set-configuration-property name="gdx.assetpath" value="../android/assets" />
+</module>