Compare commits

...

1 Commits

Author SHA1 Message Date
a6be76cc3a UPDATE: Fix load map
All checks were successful
Build / build (push) Successful in 5m18s
2026-04-02 01:09:45 +07:00
4 changed files with 22 additions and 20 deletions

Binary file not shown.

View File

@@ -1,21 +1,21 @@
{ {
"leader": 2, "leader": 0,
"lineups": { "lineups": {
"0": 1308, "0": 1415,
"1": 1406, "1": 1407,
"2": 1218, "2": 1409,
"3": 1304 "3": 1413
}, },
"position": { "position": {
"x": -30, "x": -3960,
"z": -22750, "z": 10370,
"y": -15000, "y": 182047,
"rot_y": 234288 "rot_y": 250782
}, },
"scene": { "scene": {
"plane_id": 10000, "plane_id": 20521,
"floor_id": 10000003, "floor_id": 20521001,
"entry_id": 100000352 "entry_id": 2052101
}, },
"player_outfit": [ "player_outfit": [
1003 1003
@@ -339,6 +339,7 @@
"cur_avatar_player_icon": 202034, "cur_avatar_player_icon": 202034,
"cur_player_personal_card": 253001, "cur_player_personal_card": 253001,
"cur_signature": "Firefly GO By Kain", "cur_signature": "Firefly GO By Kain",
"cur_nickname": "Superme",
"cur_display_avatar": [ "cur_display_avatar": [
1310, 1310,
1309, 1309,

View File

@@ -1,5 +1,5 @@
{ {
"latest_version": "4.1.3-01", "latest_version": "4.1.3-02",
"changelog": "UPDATE: 4.1.53", "changelog": "UPDATE: Fix load map, add change nickname",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.1.3-01/firefly_go_android.apk" "apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Android/releases/download/4.1.3-02/firefly_go_android.apk"
} }

View File

@@ -1,4 +1,5 @@
{ {
"tag": "4.1.3-01", "tag": "4.1.3-02",
"title": "PreBuild Version 4.1.53 - 01" "title": "PreBuild Version 4.1.53 - 02"
} }