Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dafb6aba1b | |||
| 3e967d7bed | |||
| c75207f8e1 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
local.properties
|
||||
.history/
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"latest_version": "3.6.2-02",
|
||||
"changelog": "UPDATE: Fix env",
|
||||
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/3.6.2-02/firefly_go_android.apk"
|
||||
"latest_version": "3.6.2-04",
|
||||
"changelog": "UPDATE: New res",
|
||||
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/3.6.2-04/firefly_go_android.apk"
|
||||
}
|
||||
@@ -2,20 +2,20 @@
|
||||
"leader": 0,
|
||||
"lineups": {
|
||||
"0": 1413,
|
||||
"1": 1403,
|
||||
"1": 1415,
|
||||
"2": 1409,
|
||||
"3": 1407
|
||||
},
|
||||
"position": {
|
||||
"x": -30,
|
||||
"z": -22750,
|
||||
"y": -15000,
|
||||
"rot_y": 234288
|
||||
"x": 218004,
|
||||
"z": 259263,
|
||||
"y": 53915,
|
||||
"rot_y": 79863
|
||||
},
|
||||
"scene": {
|
||||
"plane_id": 10000,
|
||||
"floor_id": 10000003,
|
||||
"entry_id": 100000352
|
||||
"plane_id": 20423,
|
||||
"floor_id": 20423001,
|
||||
"entry_id": 2042301
|
||||
},
|
||||
"player_outfit": [
|
||||
1001
|
||||
@@ -145,12 +145,19 @@
|
||||
},
|
||||
"theory_craft": {
|
||||
"hp": {
|
||||
"1": 600000,
|
||||
"2": 10000000
|
||||
"1": [
|
||||
200000,
|
||||
1000000,
|
||||
200000
|
||||
],
|
||||
"2": [
|
||||
500000,
|
||||
10000000,
|
||||
500000
|
||||
]
|
||||
},
|
||||
"cycle_count": 1,
|
||||
"log": false,
|
||||
"mode": false
|
||||
"mode": true
|
||||
},
|
||||
"profile_data": {
|
||||
"cur_chat_bubble_id": 220008,
|
||||
|
||||
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||
# Android operating system, and which are packaged with your app's APK
|
||||
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
android.enableJetifier=false
|
||||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
# Enables namespacing of each library's R class so that its R class includes only the
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e71e934cd45ec0cea8c45d9ca8fb64c375f7059691dc51b9c05f3834d2ae2e9
|
||||
size 89535013
|
||||
oid sha256:87408dc51a2862b36217129b2a675518705b4b69bbf33b8a6c876b0bdefb91b9
|
||||
size 89628224
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Changelog
|
||||
UPDATE: Fix env
|
||||
## - UPDATE: New res
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"tag": "3.6.2-02",
|
||||
"title": "PreBuild Version 3.6.52 - 02"
|
||||
"tag": "3.6.2-04",
|
||||
"title": "PreBuild Version 3.6.52 - 04"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user