Skip to content

Commit

Permalink
2020-04-12
Browse files Browse the repository at this point in the history
Easter day
  • Loading branch information
hmdzl001 committed Apr 11, 2020
1 parent e5415b3 commit e7898cf
Show file tree
Hide file tree
Showing 1,488 changed files with 189,816 additions and 4 deletions.
9 changes: 6 additions & 3 deletions AndroidManifest.xml
Expand Up @@ -13,7 +13,7 @@
android:glEsVersion="0x00020000"/>

<supports-screens
android:smallScreens="true"
android:smallScreens="false"
android:normalScreens="true"
android:largeScreens="true"/>
<!-- android:xlargeScreens="true" -->
Expand All @@ -22,14 +22,17 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:allowBackup="false">
android:allowBackup="false"
android:largeHeap="true"
>
<activity
android:label="@string/app_name"
android:name=".ShatteredPixelDungeon"
android:name="com.hmdzl.spspd.ShatteredPixelDungeon"
android:screenOrientation="portrait">
<!--android:persistent="true" -->
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Expand Down
Binary file modified assets/buffs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/firerabbit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/items.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/large_buffs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/painter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ranger.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/status_pane.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
347 changes: 347 additions & 0 deletions java/com/hmdzl/spspd/Assets.java

Large diffs are not rendered by default.

0 comments on commit e7898cf

Please sign in to comment.