diff --git a/android/release/Throwgame_V1.0-alpha.apk b/android/release/Throwgame_V1.0-alpha.apk new file mode 100644 index 0000000..b63a223 Binary files /dev/null and b/android/release/Throwgame_V1.0-alpha.apk differ diff --git a/android/release/output.json b/android/release/output.json new file mode 100644 index 0000000..76182a3 --- /dev/null +++ b/android/release/output.json @@ -0,0 +1 @@ +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"android-release.apk","fullName":"release","baseName":"release"},"path":"android-release.apk","properties":{}}] \ No newline at end of file diff --git a/core/src/controller/Controller.java b/core/src/controller/Controller.java index a88dd04..84fad2c 100644 --- a/core/src/controller/Controller.java +++ b/core/src/controller/Controller.java @@ -58,6 +58,8 @@ public class Controller extends ApplicationAdapter implements InputProcessor{ fitViewport = new FitViewport(1600,900, camera); fitViewport.setScreenBounds(0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight()); + level = new Level(new Goal(1300,700,200,80), new Projectile(0,0,0),400,400); + stepTimer = new Timer(); stepTimer.scheduleTask(new Timer.Task() { @Override