diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-27 21:58:12 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-27 22:26:28 +0100 |
commit | abf16a799322d57068aba3969e16fb6bbd7f784f (patch) | |
tree | ab11a9084b5fd6ae489e50cac0deaa7f58bf397b /html/src/ch/asynk/rustanddust/client/HtmlLauncher.java | |
parent | 06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55 (diff) | |
download | RustAndDust-abf16a799322d57068aba3969e16fb6bbd7f784f.zip RustAndDust-abf16a799322d57068aba3969e16fb6bbd7f784f.tar.gz |
remove project html
Diffstat (limited to 'html/src/ch/asynk/rustanddust/client/HtmlLauncher.java')
-rw-r--r-- | html/src/ch/asynk/rustanddust/client/HtmlLauncher.java | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/html/src/ch/asynk/rustanddust/client/HtmlLauncher.java b/html/src/ch/asynk/rustanddust/client/HtmlLauncher.java deleted file mode 100644 index a0e7ea0..0000000 --- a/html/src/ch/asynk/rustanddust/client/HtmlLauncher.java +++ /dev/null @@ -1,19 +0,0 @@ -package ch.asynk.rustanddust.client;
-
-import com.badlogic.gdx.ApplicationListener;
-import com.badlogic.gdx.backends.gwt.GwtApplication;
-import com.badlogic.gdx.backends.gwt.GwtApplicationConfiguration;
-import ch.asynk.rustanddust.RustAndDust;
-
-public class HtmlLauncher extends GwtApplication {
-
- @Override
- public GwtApplicationConfiguration getConfig () {
- return new GwtApplicationConfiguration(480, 320);
- }
-
- @Override
- public ApplicationListener getApplicationListener () {
- return new RustAndDust();
- }
-}
\ No newline at end of file |