Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
StArrayJaN committed Oct 11, 2023
0 parents commit 071c2fb
Show file tree
Hide file tree
Showing 4,056 changed files with 300,915 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
20 changes: 20 additions & 0 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"allFiles": [
{
"file": "/storage/emulated/0/AppProjects/Application/app/src/main/java/com/disney/WMW/WMWActivity.java",
"selection": {
"end": {
"column": 24,
"index": -1,
"line": 27
},
"start": {
"column": 24,
"index": -1,
"line": 27
}
}
}
],
"selectedFile": "/storage/emulated/0/AppProjects/Application/app/src/main/java/com/disney/WMW/WMWActivity.java"
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/app/build
/.gradle
/local.properties
40 changes: 40 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
namespace "thercn.wmw"

defaultConfig {
applicationId "thercn.wmw"
minSdkVersion 19
targetSdkVersion 26
versionCode 1
versionName "1.0"
}

sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
repositories {
maven {
url "https://jitpack.io"
url "https://maven.google.com"
mavenCentral()
}
}
dependencies {

implementation fileTree(dir: "libs", include: ["1.18.8.jar"])
implementation fileTree(dir: "libs", include: ["内购.jar"])
}
Binary file added app/libs/1.18.8.jar
Binary file not shown.
Binary file added app/libs/arm64-v8a/libfmodex.so
Binary file not shown.
Binary file added app/libs/arm64-v8a/libwmw.so
Binary file not shown.
Binary file added app/libs/内购.jar
Binary file not shown.
21 changes: 21 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
110 changes: 110 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="thercn.wmw">

<!-- 完全的网络访问权限 -->
<uses-permission android:name="android.permission.INTERNET"/>

<!-- 查看网络连接 -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<!-- 查看 WLAN 状态 -->
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>

<!-- BILLING -->
<uses-permission android:name="com.android.vending.BILLING"/>

<!-- 读取存储卡中的内容 -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

<!-- 修改或删除 SD 卡中的内容 -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="false"
android:xlargeScreens="true"/>

<application
android:allowBackup="false"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:name="GlobalApplication"
android:resizeableActivity="false"
android:roundIcon="@drawable/icon">

<meta-data
android:name="SKUMarket"
android:value="google"/>

<meta-data
android:name="SKUType"
android:value="Premium"/>

<meta-data
android:name="RateLink"
android:value="https://play.google.com/store/apps/details?id=com.disney.WMW"/>

<meta-data
android:name="PerryUpsellLink"
android:value="https://play.google.com/store/apps/details?id=com.disney.WMP"/>

<meta-data
android:name="UpsellLink"
android:value="https://play.google.com/store/apps/details?id=com.disney.WMW"/>

<meta-data
android:name="BundleInfo"
android:value="TODO"/>

<activity
android:configChanges="keyboardHidden|orientation"
android:label="@string/app_name"
android:launchMode="singleTop"
android:name="MainActivity"
android:screenOrientation="portrait">

<intent-filter>

<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.DEFAULT"/>

<category android:name="android.intent.category.LAUNCHER"/>

</intent-filter>

<intent-filter>

<action android:name="android.intent.action.VIEW"/>

<category android:name="android.intent.category.DEFAULT"/>

<category android:name="android.intent.category.BROWSABLE"/>

<data
android:host="*"
android:scheme="wheresmywater"/>

</intent-filter>

</activity>

<activity
android:name="com.disney.WMW.WMWActivity"/>

<meta-data
android:name="com.google.android.play.billingclient.version"
android:value="4.0.0"/>

<activity
android:exported="false"
android:name="com.android.billingclient.api.ProxyBillingActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>

</application>

</manifest>
17 changes: 17 additions & 0 deletions app/src/main/assets/Animations/Armature_5.ani
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<Animations>
<Animation fps="30.000000" forceFPS="true" name="drive">
<NodeAnimationTrack node="ikBoneName10" angleRelCurvePath="/Curves/drive/ikBoneName10_angle.xml" posXRelCurvePath="/Curves/drive/ikBoneName10_posX.xml" posYRelCurvePath="/Curves/drive/ikBoneName10_posY.xml"/>
<NodeAnimationTrack node="ikBoneName8" angleRelCurvePath="/Curves/drive/ikBoneName8_angle.xml" posXRelCurvePath="/Curves/drive/ikBoneName8_posX.xml" posYRelCurvePath="/Curves/drive/ikBoneName8_posY.xml"/>
<NodeAnimationTrack node="ikBoneName9" angleRelCurvePath="/Curves/drive/ikBoneName9_angle.xml" posXRelCurvePath="/Curves/drive/ikBoneName9_posX.xml" posYRelCurvePath="/Curves/drive/ikBoneName9_posY.xml"/>
<SpriteAnimationTrack sprite="ikNode_10">
<SpriteAnimationEvent time="0.000000" animationName="bind" loops="true" singleFrame="false"/>
</SpriteAnimationTrack>
<SpriteAnimationTrack sprite="ikNode_8">
<SpriteAnimationEvent time="0.000000" animationName="bind" loops="true" singleFrame="false"/>
</SpriteAnimationTrack>
<SpriteAnimationTrack sprite="ikNode_9">
<SpriteAnimationEvent time="0.000000" animationName="bind" loops="true" singleFrame="false"/>
</SpriteAnimationTrack>
</Animation>
</Animations>
52 changes: 52 additions & 0 deletions app/src/main/assets/Animations/Cranky.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0"?>
<AnimationList>

<!-- Scene Names -->
<Scenes>
<Scene name="BelowSwampy" />
</Scenes>

<!-- Animation Group names -->
<Groups>
<Group name="NONE" /> <!-- 0 -->
<Group name="Idle" > <!-- 1 -->
<NextAnimationGroup name="Idle" probability="10"/>
<NextAnimationGroup name="IdleVariation" probability="5" />
</Group>
<Group name="IdleVariation" > <!-- 2 -->
<NextAnimationGroup name="Idle" />
</Group>
</Groups>

<!-- Animations -->
<Animations>
<Animation name="IdleBreatheDeep" armatureName="idle">
<Groups>
<Group name="Idle" />
</Groups>
</Animation>

<Animation name="IdleFrustratedStrong" armatureName="growl">
<Groups>
<Group name="IdleVariation" />
</Groups>
<Events>
<Event type="marker" time="0.2" >
<SoundAction sound="3301" />
</Event>
</Events>
</Animation>

<Animation name="TouchChuckle" armatureName="evil laugh">
<Groups>
<Group name="IdleVariation" />
</Groups>
<Events>
<Event type="marker" time="0.166667" >
<SoundAction sound="3300" />
</Event>
</Events>
</Animation>
</Animations>

</AnimationList>
Loading

0 comments on commit 071c2fb

Please sign in to comment.