Skip to content

Commit

Permalink
Added current code
Browse files Browse the repository at this point in the history
  • Loading branch information
Khristian-Kun committed Apr 27, 2016
1 parent 7b23cc7 commit 29210fe
Show file tree
Hide file tree
Showing 174 changed files with 6,434 additions and 0 deletions.
21 changes: 21 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.smartdev.animeskinpacks"
android:versionCode="1"
android:versionName="1.0">

<uses-permission android:name="net.zhuoweizhang.mcpelauncher.ADDON"/>
<!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="9" />

<!-- This .apk has no Java code itself, so set hasCode to false. -->
<application android:label="@string/app_name" android:hasCode="false">

<!-- metadata specifying the library name. must match Android.mk.-->
<meta-data android:name="net.zhuoweizhang.mcpelauncher.api.nativelibname"
android:value="com.smartdev.animeskinpacks"/>

<meta-data android:name="net.zhuoweizhang.mcpelauncher.api.targetmcpeversion" android:value="0.14.1"/>
</application>

</manifest>
Binary file added assets/images/mob/skins/ALO/Asuna.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mob/skins/ALO/Kirito.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mob/skins/ALO/KiritoFairyDance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mob/skins/ALO/Leafa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mob/skins/ALO/Lizbeth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mob/skins/ALO/Silica.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mob/skins/ALO/Sinon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mob/skins/ALO/Yuuki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 29210fe

Please sign in to comment.