Skip to content

Commit 7755ebd

Browse files
committed
Updated versions in the manifest for next release.
1 parent 886715f commit 7755ebd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="ga.gussio.ld38.earthinvaders"
4-
android:versionCode="4"
5-
android:versionName="Beta 0.1.3" >
4+
android:versionCode="5"
5+
android:versionName="Beta 0.1.4" >
66

77
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="24" />
88
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

core/src/ga/gussio/ld38/earthinvaders/screen/GameScreen.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ public GameScreen() {
9595
scoreFont.getData().setScale(0.8f);
9696

9797
leftButton = new Button(10, 10, 180, "buttons/control_button.png");
98-
rightButton = new Button(150, 10, "buttons/control_button.png");
98+
rightButton = new Button(210, 10, "buttons/control_button.png");
99+
100+
leftButton.setScale(1.5f);
101+
rightButton.setScale(1.5f);
99102

100103
exit = new Button(1230, 450, "buttons/exit.png");
101104
pauseExit = new Button(1230, 450, "buttons/exit.png");

0 commit comments

Comments
 (0)