Add collisions

This commit is contained in:
Andros Fenollosa
2016-12-08 20:02:27 +01:00
parent 7bf419249c
commit 2af855e88a
50 changed files with 3428 additions and 846 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="love.to.android1127134907"
<manifest package="love.to.android1208185535"
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 1127134907"
android:label="Game 1208185535"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
<service android:name=".DownloadService" />
<activity
android:name="LtaActivity"
android:configChanges="orientation|screenSize"
android:label="Game 1127134907"
android:label="Game 1208185535"
android:launchMode="singleTop"
android:screenOrientation="landscape" >
<intent-filter>