add spaceship

This commit is contained in:
Andros Fenollosa
2016-11-12 13:49:24 +01:00
parent 892d89c7f1
commit 5fb3cd8d47
32 changed files with 1061 additions and 438 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="love.to.android1104181206"
<manifest package="love.to.android1112134304"
android:versionCode="15"
android:versionName="0.9.2"
android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
@@ -12,13 +12,13 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="Game 1104181206"
android:label="Game 1112134304"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
<service android:name=".DownloadService" />
<activity
android:name="LtaActivity"
android:configChanges="orientation|screenSize"
android:label="Game 1104181206"
android:label="Game 1112134304"
android:launchMode="singleTop"
android:screenOrientation="landscape" >
<intent-filter>