Skip to content

Commit

Permalink
Agregar tamaño del sprite a hitbox de metroid
Browse files Browse the repository at this point in the history
  • Loading branch information
Luraguse committed May 24, 2013
1 parent 0493837 commit dd9e986
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lumpundform-android/AndroidManifest.xml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lumpundform.lumpundform"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="16" />

<application
android:icon="@drawable/ic_launcher"
android:label="Lumpundform" >
<activity
android:name=".MainActivity"
android:label="Lumpundform"
android:screenOrientation="landscape"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>

0 comments on commit dd9e986

Please sign in to comment.