Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
babycare_xiaoxiao
Commits
6ab30f55
Commit
6ab30f55
authored
Oct 11, 2020
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5236153f
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
1169 additions
and
1096 deletions
+1169
-1096
workspace.xml
.idea/workspace.xml
+47
-40
mine.getAppData.json
mock/miniTb/mine.getAppData.json
+1
-1
output.js
output.js
+559
-526
output.js.map
output.js.map
+1
-1
amazing.png
resource/playScene/amazing.png
+0
-0
great.png
resource/playScene/great.png
+0
-0
wonderful.png
resource/playScene/wonderful.png
+0
-0
res.json
resource/res.json
+1
-1
ResJson.ts
src/ResJson.ts
+558
-525
FesRedPrizePanel.ts
src/panels/FesRedPrizePanel.ts
+1
-1
TaskPanel.ts
src/panels/TaskPanel.ts
+1
-1
No files found.
.idea/workspace.xml
View file @
6ab30f55
...
...
@@ -2,12 +2,17 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"9cef0552-af3c-4a1c-be1f-dc41ebe5b6db"
name=
"Default Changelist"
comment=
""
>
<change
afterPath=
"$PROJECT_DIR$/resource/playScene/amazing.png"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/resource/playScene/great.png"
afterDir=
"false"
/>
<change
afterPath=
"$PROJECT_DIR$/resource/playScene/wonderful.png"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/mock/miniTb/mine.getAppData.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/mock/miniTb/mine.getAppData.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/output.js"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/output.js"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/output.js.map"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/output.js.map"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/Main.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/Main.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/resource/res.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/resource/res.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/ResJson.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/ResJson.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/panels/FesRedPrizePanel.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/panels/FesRedPrizePanel.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/panels/TaskPanel.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/panels/TaskPanel.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/scene/map/MapScene.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/scene/map/MapScene.ts"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -55,7 +60,7 @@
<property
name=
"nodejs_npm_path_reset_for_default_project"
value=
"true"
/>
<property
name=
"nodejs_package_manager_path"
value=
"npm"
/>
<property
name=
"run.code.analysis.last.selected.profile"
value=
"pProject Default"
/>
<property
name=
"settings.editor.selected.configurable"
value=
"
preferences.updates
"
/>
<property
name=
"settings.editor.selected.configurable"
value=
"
com.github.izhangzhihao.rainbow.brackets.settings.RainbowConfigurable
"
/>
<property
name=
"ts.external.directory.path"
value=
"$PROJECT_DIR$/node_modules/typescript/lib"
/>
<property
name=
"vue.rearranger.settings.migration"
value=
"true"
/>
</component>
...
...
@@ -75,7 +80,7 @@
<recent
name=
"$PROJECT_DIR$/src/panels"
/>
</key>
</component>
<component
name=
"RunManager"
selected=
"npm.build
TS
"
>
<component
name=
"RunManager"
selected=
"npm.build"
>
<configuration
name=
"aaa.html"
type=
"JavascriptDebugType"
temporary=
"true"
nameIsGenerated=
"true"
uri=
"http://localhost:63342/ppmt_xxl/aaa.html"
useBuiltInWebServerPort=
"true"
>
<method
v=
"2"
/>
</configuration>
...
...
@@ -122,11 +127,11 @@
</configuration>
<recent_temporary>
<list>
<item
itemvalue=
"npm.buildTS"
/>
<item
itemvalue=
"npm.dev"
/>
<item
itemvalue=
"npm.build"
/>
<item
itemvalue=
"
JavaScript Debug.aaa.html
"
/>
<item
itemvalue=
"
npm.dev
"
/>
<item
itemvalue=
"npm.flushRes"
/>
<item
itemvalue=
"npm.buildTS"
/>
<item
itemvalue=
"JavaScript Debug.aaa.html"
/>
</list>
</recent_temporary>
</component>
...
...
@@ -194,14 +199,9 @@
<workItem
from=
"1602309784956"
duration=
"251000"
/>
<workItem
from=
"1602310055597"
duration=
"693000"
/>
<workItem
from=
"1602310800241"
duration=
"30000"
/>
<workItem
from=
"1602310896602"
duration=
"3126000"
/>
</task>
<task
id=
"LOCAL-00027"
summary=
"Success Panel Effect!"
>
<created>
1595315161168
</created>
<option
name=
"number"
value=
"00027"
/>
<option
name=
"presentableId"
value=
"LOCAL-00027"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1595315161168
</updated>
<workItem
from=
"1602310896602"
duration=
"5137000"
/>
<workItem
from=
"1602322734643"
duration=
"2339000"
/>
<workItem
from=
"1602380089772"
duration=
"911000"
/>
</task>
<task
id=
"LOCAL-00028"
summary=
"Success Panel Effect!"
>
<created>
1595384472225
</created>
...
...
@@ -539,7 +539,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1602054637015
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"76"
/>
<task
id=
"LOCAL-00076"
summary=
"task"
>
<created>
1602320466830
</created>
<option
name=
"number"
value=
"00076"
/>
<option
name=
"presentableId"
value=
"LOCAL-00076"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1602320466831
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"77"
/>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
@@ -601,51 +608,51 @@
</state>
<state
x=
"250"
y=
"471"
key=
"ANALYSIS_DLG_com.intellij.analysis.BaseAnalysisAction$1/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1601454738211"
/>
<state
x=
"251"
y=
"471"
key=
"ANALYSIS_DLG_com.intellij.analysis.BaseAnalysisAction$1/31.23.1889.1177@31.23.1889.1177"
timestamp=
"1594113080922"
/>
<state
x=
"557"
y=
"183"
width=
"783"
height=
"664"
key=
"CommitChangelistDialog2"
timestamp=
"1602
054636257
"
>
<state
x=
"557"
y=
"183"
width=
"783"
height=
"664"
key=
"CommitChangelistDialog2"
timestamp=
"1602
320464995
"
>
<screen
x=
"30"
y=
"23"
width=
"1890"
height=
"1177"
/>
</state>
<state
x=
"557"
y=
"23"
key=
"CommitChangelistDialog2/30.23.1410.877/1440.23.1920.1177@30.23.1410.877"
timestamp=
"1601472142620"
/>
<state
x=
"423"
y=
"142"
width=
"783"
height=
"664"
key=
"CommitChangelistDialog2/30.23.1410.877@30.23.1410.877"
timestamp=
"1601389896862"
/>
<state
x=
"557"
y=
"183"
key=
"CommitChangelistDialog2/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1602
054636257
"
/>
<state
x=
"557"
y=
"183"
key=
"CommitChangelistDialog2/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1602
320464995
"
/>
<state
x=
"558"
y=
"183"
width=
"884"
height=
"891"
key=
"CommitChangelistDialog2/31.23.1889.1177@31.23.1889.1177"
timestamp=
"1595584297912"
/>
<state
x=
"131"
y=
"
123"
width=
"730"
height=
"977"
key=
"DiffContextDialog"
timestamp=
"1596165868169
"
>
<state
x=
"131"
y=
"
63"
width=
"1683"
height=
"1037"
key=
"DiffContextDialog"
timestamp=
"1602321352721
"
>
<screen
x=
"30"
y=
"23"
width=
"1890"
height=
"1177"
/>
</state>
<state
x=
"131"
y=
"
123"
width=
"730"
height=
"977"
key=
"DiffContextDialog/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1596165868169
"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.bottom"
timestamp=
"16023
20320725
"
>
<screen
x=
"30"
y=
"23"
width=
"1
890"
height=
"11
77"
/>
<state
x=
"131"
y=
"
63"
width=
"1683"
height=
"1037"
key=
"DiffContextDialog/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1602321352721
"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.bottom"
timestamp=
"16023
44179438
"
>
<screen
x=
"30"
y=
"23"
width=
"1
410"
height=
"8
77"
/>
</state>
<state
width=
"877"
height=
"406"
key=
"GridCell.Tab.0.bottom/30.23.1410.877/1440.23.1920.1177@30.23.1410.877"
timestamp=
"1601472154151"
/>
<state
width=
"9
05"
height=
"321"
key=
"GridCell.Tab.0.bottom/30.23.1410.877@30.23.1410.877"
timestamp=
"1601914214384
"
/>
<state
width=
"9
35"
height=
"321"
key=
"GridCell.Tab.0.bottom/30.23.1410.877@30.23.1410.877"
timestamp=
"1602344179438
"
/>
<state
width=
"888"
height=
"321"
key=
"GridCell.Tab.0.bottom/30.23.1650.1027@30.23.1650.1027"
timestamp=
"1596463312309"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.bottom/30.23.1890.1177@30.23.1890.1177"
timestamp=
"160232
0320725
"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.bottom/30.23.1890.1177@30.23.1890.1177"
timestamp=
"160232
2818014
"
/>
<state
width=
"1041"
height=
"321"
key=
"GridCell.Tab.0.bottom/31.23.1649.1027@31.23.1649.1027"
timestamp=
"1595590577198"
/>
<state
width=
"1041"
height=
"321"
key=
"GridCell.Tab.0.bottom/31.23.1889.1177@31.23.1889.1177"
timestamp=
"1595579918465"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.center"
timestamp=
"16023
20320723
"
>
<screen
x=
"30"
y=
"23"
width=
"1
890"
height=
"11
77"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.center"
timestamp=
"16023
44179437
"
>
<screen
x=
"30"
y=
"23"
width=
"1
410"
height=
"8
77"
/>
</state>
<state
width=
"877"
height=
"406"
key=
"GridCell.Tab.0.center/30.23.1410.877/1440.23.1920.1177@30.23.1410.877"
timestamp=
"1601472154151"
/>
<state
width=
"9
05"
height=
"321"
key=
"GridCell.Tab.0.center/30.23.1410.877@30.23.1410.877"
timestamp=
"1601914214382
"
/>
<state
width=
"9
35"
height=
"321"
key=
"GridCell.Tab.0.center/30.23.1410.877@30.23.1410.877"
timestamp=
"1602344179437
"
/>
<state
width=
"888"
height=
"321"
key=
"GridCell.Tab.0.center/30.23.1650.1027@30.23.1650.1027"
timestamp=
"1596463312308"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.center/30.23.1890.1177@30.23.1890.1177"
timestamp=
"160232
032072
3"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.center/30.23.1890.1177@30.23.1890.1177"
timestamp=
"160232
281801
3"
/>
<state
width=
"1041"
height=
"321"
key=
"GridCell.Tab.0.center/31.23.1649.1027@31.23.1649.1027"
timestamp=
"1595590577198"
/>
<state
width=
"1041"
height=
"321"
key=
"GridCell.Tab.0.center/31.23.1889.1177@31.23.1889.1177"
timestamp=
"1595579918464"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.left"
timestamp=
"16023
20320722
"
>
<screen
x=
"30"
y=
"23"
width=
"1
890"
height=
"11
77"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.left"
timestamp=
"16023
44179437
"
>
<screen
x=
"30"
y=
"23"
width=
"1
410"
height=
"8
77"
/>
</state>
<state
width=
"877"
height=
"406"
key=
"GridCell.Tab.0.left/30.23.1410.877/1440.23.1920.1177@30.23.1410.877"
timestamp=
"1601472154150"
/>
<state
width=
"9
05"
height=
"321"
key=
"GridCell.Tab.0.left/30.23.1410.877@30.23.1410.877"
timestamp=
"1601914214382
"
/>
<state
width=
"9
35"
height=
"321"
key=
"GridCell.Tab.0.left/30.23.1410.877@30.23.1410.877"
timestamp=
"1602344179437
"
/>
<state
width=
"888"
height=
"321"
key=
"GridCell.Tab.0.left/30.23.1650.1027@30.23.1650.1027"
timestamp=
"1596463312308"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.left/30.23.1890.1177@30.23.1890.1177"
timestamp=
"160232
032072
2"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.left/30.23.1890.1177@30.23.1890.1177"
timestamp=
"160232
281801
2"
/>
<state
width=
"1041"
height=
"321"
key=
"GridCell.Tab.0.left/31.23.1649.1027@31.23.1649.1027"
timestamp=
"1595590577197"
/>
<state
width=
"1041"
height=
"321"
key=
"GridCell.Tab.0.left/31.23.1889.1177@31.23.1889.1177"
timestamp=
"1595579918463"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.right"
timestamp=
"16023
20320724
"
>
<screen
x=
"30"
y=
"23"
width=
"1
890"
height=
"11
77"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.right"
timestamp=
"16023
44179438
"
>
<screen
x=
"30"
y=
"23"
width=
"1
410"
height=
"8
77"
/>
</state>
<state
width=
"877"
height=
"406"
key=
"GridCell.Tab.0.right/30.23.1410.877/1440.23.1920.1177@30.23.1410.877"
timestamp=
"1601472154151"
/>
<state
width=
"9
05"
height=
"321"
key=
"GridCell.Tab.0.right/30.23.1410.877@30.23.1410.877"
timestamp=
"1601914214383
"
/>
<state
width=
"9
35"
height=
"321"
key=
"GridCell.Tab.0.right/30.23.1410.877@30.23.1410.877"
timestamp=
"1602344179438
"
/>
<state
width=
"888"
height=
"321"
key=
"GridCell.Tab.0.right/30.23.1650.1027@30.23.1650.1027"
timestamp=
"1596463312309"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.right/30.23.1890.1177@30.23.1890.1177"
timestamp=
"160232
0320724
"
/>
<state
width=
"935"
height=
"321"
key=
"GridCell.Tab.0.right/30.23.1890.1177@30.23.1890.1177"
timestamp=
"160232
2818013
"
/>
<state
width=
"1041"
height=
"321"
key=
"GridCell.Tab.0.right/31.23.1649.1027@31.23.1649.1027"
timestamp=
"1595590577198"
/>
<state
width=
"1041"
height=
"321"
key=
"GridCell.Tab.0.right/31.23.1889.1177@31.23.1889.1177"
timestamp=
"1595579918465"
/>
<state
x=
"82"
y=
"353"
key=
"IDE.errors.dialog"
timestamp=
"1594777965326"
>
...
...
@@ -657,17 +664,17 @@
</state>
<state
x=
"209"
y=
"320"
key=
"RollbackChangesDialog/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1601453156433"
/>
<state
x=
"210"
y=
"320"
key=
"RollbackChangesDialog/31.23.1889.1177@31.23.1889.1177"
timestamp=
"1594173186663"
/>
<state
x=
"7
35"
y=
"241"
key=
"SettingsEditor"
timestamp=
"1602310918905
"
>
<state
x=
"7
62"
y=
"247"
key=
"SettingsEditor"
timestamp=
"1602321211804
"
>
<screen
x=
"30"
y=
"23"
width=
"1890"
height=
"1177"
/>
</state>
<state
x=
"7
35"
y=
"241"
key=
"SettingsEditor/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1602310918905
"
/>
<state
x=
"7
62"
y=
"247"
key=
"SettingsEditor/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1602321211804
"
/>
<state
x=
"300"
y=
"248"
key=
"SettingsEditor/31.23.1889.1177@31.23.1889.1177"
timestamp=
"1594798992724"
/>
<state
x=
"91"
y=
"351"
key=
"Vcs.Push.Dialog.v2"
timestamp=
"1602
054639710
"
>
<state
x=
"91"
y=
"351"
key=
"Vcs.Push.Dialog.v2"
timestamp=
"1602
320469038
"
>
<screen
x=
"30"
y=
"23"
width=
"1890"
height=
"1177"
/>
</state>
<state
x=
"76"
y=
"267"
key=
"Vcs.Push.Dialog.v2/30.23.1410.877/1440.23.1920.1177@30.23.1410.877"
timestamp=
"1601472144830"
/>
<state
x=
"76"
y=
"267"
key=
"Vcs.Push.Dialog.v2/30.23.1410.877@30.23.1410.877"
timestamp=
"1601389898667"
/>
<state
x=
"91"
y=
"351"
key=
"Vcs.Push.Dialog.v2/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1602
054639710
"
/>
<state
x=
"91"
y=
"351"
key=
"Vcs.Push.Dialog.v2/30.23.1890.1177@30.23.1890.1177"
timestamp=
"1602
320469038
"
/>
<state
x=
"92"
y=
"351"
key=
"Vcs.Push.Dialog.v2/31.23.1889.1177@31.23.1889.1177"
timestamp=
"1595584299423"
/>
<state
x=
"87"
y=
"216"
key=
"com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser"
timestamp=
"1594705166397"
>
<screen
x=
"31"
y=
"23"
width=
"1889"
height=
"1177"
/>
...
...
mock/miniTb/mine.getAppData.json
View file @
6ab30f55
...
...
@@ -7,7 +7,7 @@
"openId"
:
"string"
,
"inviteId"
:
"string"
,
"isFollow"
:
true
,
"isFirstLogin"
:
tru
e
,
"isFirstLogin"
:
fals
e
,
"loginAddPower"
:
false
}
}
output.js
View file @
6ab30f55
...
...
@@ -9582,12 +9582,23 @@ exports.ResJson = {
}
},
{
"keys": "
blueDoorBg.png,bonusFra0.png,bonusFra1.png,bonusFra10.png,bonusFra11.png,bonusFra2.png,bonusFra3.png,bonusFra4.png,bonusFra5.png,bonusFra6.png,bonusFra7.png,bonusFra8.png,bonusFra9.png,bonusShoot.png,boom0.png,boom1.png,boom10.png,boom11.png,boom12.png,boom13.png,boom14.png,boom15.png,boom16.png,boom17.png,boom18.png,boom19.png,boom2.png,boom20.png,boom3.png,boom4.png,boom5.png,boom6.png,boom7.png,boom8.png,boom9.png,brownBallFace.png,bubbleStar1.png,bubbleStar10.png,bubbleStar11.png,bubbleStar12.png,bubbleStar13.png,bubbleStar14.png,bubbleStar15.png,bubbleStar16.png,bubbleStar17.png,bubbleStar18.png,bubbleStar19.png,bubbleStar2.png,bubbleStar3.png,bubbleStar4.png,bubbleStar5.png,bubbleStar6.png,bubbleStar7.png,bubbleStar8.png,bubbleStar9.png,bubleEle0.png,bubleEle1.png,bubleEle2.png,bubleEle3.png,bubleEle4.png,chapterNum0.png,chapterNum1.png,chapterNum2.png,chapterNum3.png,chapterNum4.png,chapterNum5.png,chapterNum6.png,chapterNum7.png,chapterNum8.png,chapterNum9.png,chapterNum关.png,chapterNum第.png,chooseRect.png,doorClosed.png,doorOpen.png,eggPiece1.png,eggPiece2.png,eggPiece3.png,eggPiece4.png,eggPiece5.png,eggStatus0.png,eggStatus1.png,eggStatus2.png,ele0Exp.png,ele0Line.png,ele1Exp.png,ele1Line.png,ele2Exp.png,ele2Line.png,ele3Exp.png,ele3Line.png,ele4Exp.png,ele4Line.png,exLighting0.png,exLighting10.png,exLighting13.png,exLighting15.png,exLighting17.png,exLighting18.png,exLighting2.png,exLighting20.png,exLighting22.png,exLighting24.png,exLighting26.png,exLighting28.png,exLighting31.png,exLighting33.png,exLighting4.png,exLighting6.png,exLighting8.png,eyeDownLeft.png,eyeDownRight.png,eyeSingle.png,gameGuide1.png,gameGuideBoard.png,greenCircleDown.png,greenCircleUp.png,greyBallFace.png,guidePropBoom.png,guidePropCow.png,guidePropHammer.png,guidePropHand.png,guidePropMsgPanel.png,guidePropShoe.png,hairballDisBg.png,hairballPiece1.png,hairballPiece2.png,hairballPiece3.png,hairballPiece4.png,hairballPiece5.png,hairballPiece6.png,hairballPiece7.png,hairballPiece8-1.png,hairballPiece8.png,hairballPiece9.png,ice2.png,ice3.png,ice4.png,ice5.jpg,ice5.png,ice6.png,jellyArrow.png,leftArrow.png,lightedStar.png,lineLight.png,lockVine.png,magicLion.png,magicLionBg.png,main_mapbottom.png,musicOff.png,musicOn.png,playBg.jpg,propNum0.png,propNum1.png,propNum2.png,propNum3.png,propNum4.png,propNum5.png,propNum6.png,propNum7.png,propNum8.png,propNum9.png,prop_count_bg.png,rectLat.png,rectLatWhite.png,redDoorBg.png,rightArrow.png,rightMark.png,rock2.png,rock3.png,rock4.png,rock5.png,rock6.png,scoreNum0.png,scoreNum1.png,scoreNum2.png,scoreNum3.png,scoreNum4.png,scoreNum5.png,scoreNum6.png,scoreNum7.png,scoreNum8.png,scoreNum9.png,scoreNum关.png,scoreNum冒号.png,scoreNum分.png,scoreNum数.png,scoreNum通.png,settingBg.png,starProgress.png,stepAni1.png,stepAni10.png,stepAni11.png,stepAni2.png,stepAni3.png,stepAni4.png,stepAni5.png,stepAni6.png,stepAni7.png,stepAni8.png,stepAni9.png,stepNum0.png,stepNum1.png,stepNum2.png,stepNum3.png,stepNum4.png,stepNum5.png,stepNum6.png,stepNum7.png,stepNum8.png,stepNum9.png,table.png,tarNum0.png,tarNum1.png,tarNum2.png,tarNum3.png,tarNum4.png,tarNum5.png,tarNum6.png,tarNum7.png,tarNum8.png,tarNum9.png,topBg.png,unlightedStar
.png,yellowCircleDown.png,yellowCircleUp.png,yellowDoorBg.png",
"keys": "
amazing.png,blueDoorBg.png,bonusFra0.png,bonusFra1.png,bonusFra10.png,bonusFra11.png,bonusFra2.png,bonusFra3.png,bonusFra4.png,bonusFra5.png,bonusFra6.png,bonusFra7.png,bonusFra8.png,bonusFra9.png,bonusShoot.png,boom0.png,boom1.png,boom10.png,boom11.png,boom12.png,boom13.png,boom14.png,boom15.png,boom16.png,boom17.png,boom18.png,boom19.png,boom2.png,boom20.png,boom3.png,boom4.png,boom5.png,boom6.png,boom7.png,boom8.png,boom9.png,brownBallFace.png,bubbleStar1.png,bubbleStar10.png,bubbleStar11.png,bubbleStar12.png,bubbleStar13.png,bubbleStar14.png,bubbleStar15.png,bubbleStar16.png,bubbleStar17.png,bubbleStar18.png,bubbleStar19.png,bubbleStar2.png,bubbleStar3.png,bubbleStar4.png,bubbleStar5.png,bubbleStar6.png,bubbleStar7.png,bubbleStar8.png,bubbleStar9.png,bubleEle0.png,bubleEle1.png,bubleEle2.png,bubleEle3.png,bubleEle4.png,chapterNum0.png,chapterNum1.png,chapterNum2.png,chapterNum3.png,chapterNum4.png,chapterNum5.png,chapterNum6.png,chapterNum7.png,chapterNum8.png,chapterNum9.png,chapterNum关.png,chapterNum第.png,chooseRect.png,doorClosed.png,doorOpen.png,eggPiece1.png,eggPiece2.png,eggPiece3.png,eggPiece4.png,eggPiece5.png,eggStatus0.png,eggStatus1.png,eggStatus2.png,ele0Exp.png,ele0Line.png,ele1Exp.png,ele1Line.png,ele2Exp.png,ele2Line.png,ele3Exp.png,ele3Line.png,ele4Exp.png,ele4Line.png,exLighting0.png,exLighting10.png,exLighting13.png,exLighting15.png,exLighting17.png,exLighting18.png,exLighting2.png,exLighting20.png,exLighting22.png,exLighting24.png,exLighting26.png,exLighting28.png,exLighting31.png,exLighting33.png,exLighting4.png,exLighting6.png,exLighting8.png,eyeDownLeft.png,eyeDownRight.png,eyeSingle.png,gameGuide1.png,gameGuideBoard.png,great.png,greenCircleDown.png,greenCircleUp.png,greyBallFace.png,guidePropBoom.png,guidePropCow.png,guidePropHammer.png,guidePropHand.png,guidePropMsgPanel.png,guidePropShoe.png,hairballDisBg.png,hairballPiece1.png,hairballPiece2.png,hairballPiece3.png,hairballPiece4.png,hairballPiece5.png,hairballPiece6.png,hairballPiece7.png,hairballPiece8-1.png,hairballPiece8.png,hairballPiece9.png,ice2.png,ice3.png,ice4.png,ice5.jpg,ice5.png,ice6.png,jellyArrow.png,leftArrow.png,lightedStar.png,lineLight.png,lockVine.png,magicLion.png,magicLionBg.png,main_mapbottom.png,musicOff.png,musicOn.png,playBg.jpg,propNum0.png,propNum1.png,propNum2.png,propNum3.png,propNum4.png,propNum5.png,propNum6.png,propNum7.png,propNum8.png,propNum9.png,prop_count_bg.png,rectLat.png,rectLatWhite.png,redDoorBg.png,rightArrow.png,rightMark.png,rock2.png,rock3.png,rock4.png,rock5.png,rock6.png,scoreNum0.png,scoreNum1.png,scoreNum2.png,scoreNum3.png,scoreNum4.png,scoreNum5.png,scoreNum6.png,scoreNum7.png,scoreNum8.png,scoreNum9.png,scoreNum关.png,scoreNum冒号.png,scoreNum分.png,scoreNum数.png,scoreNum通.png,settingBg.png,starProgress.png,stepAni1.png,stepAni10.png,stepAni11.png,stepAni2.png,stepAni3.png,stepAni4.png,stepAni5.png,stepAni6.png,stepAni7.png,stepAni8.png,stepAni9.png,stepNum0.png,stepNum1.png,stepNum2.png,stepNum3.png,stepNum4.png,stepNum5.png,stepNum6.png,stepNum7.png,stepNum8.png,stepNum9.png,table.png,tarNum0.png,tarNum1.png,tarNum2.png,tarNum3.png,tarNum4.png,tarNum5.png,tarNum6.png,tarNum7.png,tarNum8.png,tarNum9.png,topBg.png,unlightedStar.png,wonderful
.png,yellowCircleDown.png,yellowCircleUp.png,yellowDoorBg.png",
"name": "playScene",
"atlas": {
"amazing.png": {
"x": 1540,
"y": 752,
"w": 427,
"h": 132,
"ox": 16,
"oy": 5,
"sw": 459,
"sh": 142,
"ro": false
},
"blueDoorBg.png": {
"x": 1
602
,
"y": 1
606
,
"x": 1
373
,
"y": 1
704
,
"w": 94,
"h": 95,
"ox": 0,
...
...
@@ -9597,8 +9608,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra0.png": {
"x": 1
97
,
"y":
2071
,
"x": 1
362
,
"y":
414
,
"w": 42,
"h": 42,
"ox": 38,
...
...
@@ -9608,8 +9619,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra1.png": {
"x":
494
,
"y": 1
582
,
"x":
1172
,
"y": 1
806
,
"w": 60,
"h": 60,
"ox": 30,
...
...
@@ -9619,8 +9630,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra10.png": {
"x": 1
840
,
"y": 1
302
,
"x": 1
759
,
"y": 1
520
,
"w": 120,
"h": 120,
"ox": 0,
...
...
@@ -9630,8 +9641,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra11.png": {
"x": 1
718
,
"y": 1
302
,
"x": 1
637
,
"y": 1
520
,
"w": 120,
"h": 120,
"ox": 0,
...
...
@@ -9641,8 +9652,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra2.png": {
"x": 1
441
,
"y": 19
70
,
"x": 1
688
,
"y": 19
62
,
"w": 80,
"h": 80,
"ox": 20,
...
...
@@ -9652,8 +9663,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra3.png": {
"x": 1
934
,
"y": 1
058
,
"x": 1
177
,
"y": 1
706
,
"w": 98,
"h": 98,
"ox": 11,
...
...
@@ -9663,8 +9674,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra4.png": {
"x":
1128
,
"y": 2
014
,
"x":
2095
,
"y": 2,
"w": 112,
"h": 112,
"ox": 4,
...
...
@@ -9674,8 +9685,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra5.png": {
"x": 15
96
,
"y": 1
30
8,
"x": 15
05
,
"y": 1
58
8,
"w": 120,
"h": 120,
"ox": 0,
...
...
@@ -9685,8 +9696,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra6.png": {
"x": 1
337
,
"y": 1
504
,
"x": 1
084
,
"y": 1
872
,
"w": 120,
"h": 120,
"ox": 0,
...
...
@@ -9696,8 +9707,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra7.png": {
"x": 1
215
,
"y": 1
504
,
"x": 1
050
,
"y": 1
750
,
"w": 120,
"h": 120,
"ox": 0,
...
...
@@ -9707,8 +9718,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra8.png": {
"x": 10
93
,
"y": 1
504
,
"x": 10
55
,
"y": 1
628
,
"w": 120,
"h": 120,
"ox": 0,
...
...
@@ -9718,8 +9729,8 @@ exports.ResJson = {
"ro": false
},
"bonusFra9.png": {
"x":
372
,
"y": 150
8
,
"x":
1055
,
"y": 150
6
,
"w": 120,
"h": 120,
"ox": 0,
...
...
@@ -9729,8 +9740,8 @@ exports.ResJson = {
"ro": false
},
"bonusShoot.png": {
"x":
2
,
"y":
2071
,
"x":
1406
,
"y":
827
,
"w": 95,
"h": 37,
"ox": 0,
...
...
@@ -9740,8 +9751,8 @@ exports.ResJson = {
"ro": false
},
"boom0.png": {
"x": 1
973
,
"y": 1
43
,
"x": 1
282
,
"y": 1
895
,
"w": 54,
"h": 54,
"ox": 102,
...
...
@@ -9751,8 +9762,8 @@ exports.ResJson = {
"ro": false
},
"boom1.png": {
"x": 1
771
,
"y": 1
424
,
"x": 1
469
,
"y": 1
710
,
"w": 92,
"h": 92,
"ox": 83,
...
...
@@ -9762,8 +9773,8 @@ exports.ResJson = {
"ro": false
},
"boom10.png": {
"x":
672
,
"y":
1653
,
"x":
1496
,
"y":
886
,
"w": 252,
"h": 252,
"ox": 4,
...
...
@@ -9773,8 +9784,8 @@ exports.ResJson = {
"ro": false
},
"boom11.png": {
"x":
1440
,
"y": 1
05
8,
"x":
685
,
"y": 1
19
8,
"w": 248,
"h": 248,
"ox": 5,
...
...
@@ -9784,30 +9795,30 @@ exports.ResJson = {
"ro": false
},
"boom12.png": {
"x": 1
314
,
"y": 1
626
,
"x": 1
186
,
"y": 1
384
,
"w": 158,
"h": 172,
"ox": 53,
"oy": 45,
"sw": 260,
"sh": 260,
"ro":
fals
e
"ro":
tru
e
},
"boom13.png": {
"x":
678
,
"y": 1
907
,
"x":
1177
,
"y": 1
544
,
"w": 160,
"h": 172,
"ox": 51,
"oy": 45,
"sw": 260,
"sh": 260,
"ro":
fals
e
"ro":
tru
e
},
"boom14.png": {
"x":
496
,
"y": 1
929
,
"x":
1638
,
"y": 1
350
,
"w": 168,
"h": 180,
"ox": 47,
...
...
@@ -9817,41 +9828,41 @@ exports.ResJson = {
"ro": true
},
"boom15.png": {
"x":
1128
,
"y": 1
822
,
"x":
2014
,
"y": 1
291
,
"w": 176,
"h": 190,
"ox": 43,
"oy": 36,
"sw": 260,
"sh": 260,
"ro":
fals
e
"ro":
tru
e
},
"boom16.png": {
"x":
926
,
"y": 1
838
,
"x":
1828
,
"y": 1
136
,
"w": 184,
"h": 200,
"ox": 39,
"oy": 31,
"sw": 260,
"sh": 260,
"ro":
tru
e
"ro":
fals
e
},
"boom17.png": {
"x": 1
763
,
"y":
6
0,
"x": 1
638
,
"y":
114
0,
"w": 188,
"h": 208,
"ox": 37,
"oy": 27,
"sw": 260,
"sh": 260,
"ro":
tru
e
"ro":
fals
e
},
"boom18.png": {
"x":
926
,
"y": 1
630
,
"x":
685
,
"y": 1
448
,
"w": 190,
"h": 206,
"ox": 36,
...
...
@@ -9861,19 +9872,19 @@ exports.ResJson = {
"ro": false
},
"boom19.png": {
"x":
1093
,
"y":
1302
,
"x":
2014
,
"y":
749
,
"w": 188,
"h": 200,
"ox": 37,
"oy": 31,
"sw": 260,
"sh": 260,
"ro":
fals
e
"ro":
tru
e
},
"boom2.png": {
"x":
1459
,
"y": 1
474
,
"x":
952
,
"y": 1
900
,
"w": 130,
"h": 130,
"ox": 64,
...
...
@@ -9883,8 +9894,8 @@ exports.ResJson = {
"ro": false
},
"boom20.png": {
"x": 8
56
,
"y": 1
0
48,
"x": 8
77
,
"y": 1
4
48,
"w": 176,
"h": 190,
"ox": 42,
...
...
@@ -9894,8 +9905,8 @@ exports.ResJson = {
"ro": false
},
"boom3.png": {
"x": 1
43
0,
"y": 13
08
,
"x": 1
36
0,
"y": 13
84
,
"w": 164,
"h": 164,
"ox": 48,
...
...
@@ -9905,8 +9916,8 @@ exports.ResJson = {
"ro": false
},
"boom4.png": {
"x":
1118
,
"y":
1626
,
"x":
2000
,
"y":
939
,
"w": 194,
"h": 194,
"ox": 33,
...
...
@@ -9916,8 +9927,8 @@ exports.ResJson = {
"ro": false
},
"boom5.png": {
"x": 1
808
,
"y":
76
8,
"x": 1
420
,
"y":
115
8,
"w": 216,
"h": 216,
"ox": 22,
...
...
@@ -9927,8 +9938,8 @@ exports.ResJson = {
"ro": false
},
"boom6.png": {
"x": 1
808
,
"y":
542
,
"x": 1
194
,
"y":
1158
,
"w": 224,
"h": 224,
"ox": 18,
...
...
@@ -9938,8 +9949,8 @@ exports.ResJson = {
"ro": false
},
"boom7.png": {
"x":
857
,
"y": 1
394
,
"x":
958
,
"y": 1
142
,
"w": 234,
"h": 234,
"ox": 13,
...
...
@@ -9949,8 +9960,8 @@ exports.ResJson = {
"ro": false
},
"boom8.png": {
"x":
1690
,
"y": 1
058
,
"x":
806
,
"y": 1
656
,
"w": 242,
"h": 242,
"ox": 9,
...
...
@@ -9960,8 +9971,8 @@ exports.ResJson = {
"ro": false
},
"boom9.png": {
"x": 1
034
,
"y":
1052
,
"x": 1
750
,
"y":
886
,
"w": 248,
"h": 248,
"ox": 6,
...
...
@@ -9971,19 +9982,19 @@ exports.ResJson = {
"ro": false
},
"brownBallFace.png": {
"x": 1
552
,
"y": 18
92
,
"x": 1
840
,
"y": 18
88
,
"w": 76,
"h": 72,
"ox": 2,
"oy": 6,
"sw": 80,
"sh": 80,
"ro":
tru
e
"ro":
fals
e
},
"bubbleStar1.png": {
"x": 1
676
,
"y": 1
857
,
"x": 1
580
,
"y": 1
784
,
"w": 18,
"h": 10,
"ox": 32,
...
...
@@ -9993,19 +10004,19 @@ exports.ResJson = {
"ro": true
},
"bubbleStar10.png": {
"x": 1
49
,
"y":
2071
,
"x": 1
362
,
"y":
366
,
"w": 46,
"h": 42,
"ox": 18,
"oy": 27,
"sw": 90,
"sh": 90,
"ro":
fals
e
"ro":
tru
e
},
"bubbleStar11.png": {
"x": 13
06
,
"y": 1
960
,
"x": 13
38
,
"y": 1
895
,
"w": 46,
"h": 44,
"ox": 19,
...
...
@@ -10015,8 +10026,8 @@ exports.ResJson = {
"ro": false
},
"bubbleStar12.png": {
"x": 1
995
,
"y": 1
5
06,
"x": 1
234
,
"y": 1
8
06,
"w": 46,
"h": 46,
"ox": 19,
...
...
@@ -10026,19 +10037,19 @@ exports.ResJson = {
"ro": false
},
"bubbleStar13.png": {
"x":
678
,
"y":
2081
,
"x":
2182
,
"y":
1709
,
"w": 42,
"h": 28,
"ox": 21,
"oy": 27,
"sw": 90,
"sh": 90,
"ro":
fals
e
"ro":
tru
e
},
"bubbleStar14.png": {
"x":
1801
,
"y":
2093
,
"x":
2165
,
"y":
1677
,
"w": 38,
"h": 30,
"ox": 24,
...
...
@@ -10048,8 +10059,8 @@ exports.ResJson = {
"ro": false
},
"bubbleStar15.png": {
"x":
806
,
"y":
2081
,
"x":
1172
,
"y":
1994
,
"w": 32,
"h": 30,
"ox": 27,
...
...
@@ -10059,8 +10070,8 @@ exports.ResJson = {
"ro": false
},
"bubbleStar16.png": {
"x":
2
,
"y":
211
0,
"x":
1496
,
"y":
114
0,
"w": 24,
"h": 16,
"ox": 33,
...
...
@@ -10070,8 +10081,8 @@ exports.ResJson = {
"ro": false
},
"bubbleStar17.png": {
"x":
1893
,
"y":
1500
,
"x":
986
,
"y":
848
,
"w": 18,
"h": 16,
"ox": 32,
...
...
@@ -10081,8 +10092,8 @@ exports.ResJson = {
"ro": false
},
"bubbleStar18.png": {
"x":
362
,
"y":
2109
,
"x":
1564
,
"y":
366
,
"w": 14,
"h": 14,
"ox": 32,
...
...
@@ -10092,8 +10103,8 @@ exports.ResJson = {
"ro": false
},
"bubbleStar19.png": {
"x": 1
1
20,
"y":
2024
,
"x": 1
4
20,
"y":
1376
,
"w": 6,
"h": 6,
"ox": 34,
...
...
@@ -10103,19 +10114,19 @@ exports.ResJson = {
"ro": false
},
"bubbleStar2.png": {
"x":
2029
,
"y": 1
43
,
"x":
1234
,
"y": 1
854
,
"w": 24,
"h": 12,
"ox": 30,
"oy": 62,
"sw": 90,
"sh": 90,
"ro":
tru
e
"ro":
fals
e
},
"bubbleStar3.png": {
"x":
41
0,
"y": 1
630
,
"x":
182
0,
"y": 1
498
,
"w": 32,
"h": 20,
"ox": 25,
...
...
@@ -10125,8 +10136,8 @@ exports.ResJson = {
"ro": false
},
"bubbleStar4.png": {
"x": 1
291
,
"y":
254
,
"x": 1
918
,
"y":
1936
,
"w": 38,
"h": 24,
"ox": 22,
...
...
@@ -10136,8 +10147,8 @@ exports.ResJson = {
"ro": false
},
"bubbleStar5.png": {
"x":
1757
,
"y":
2093
,
"x":
2145
,
"y":
1757
,
"w": 42,
"h": 28,
"ox": 21,
...
...
@@ -10147,8 +10158,8 @@ exports.ResJson = {
"ro": false
},
"bubbleStar6.png": {
"x": 1
859
,
"y": 1
968
,
"x": 1
386
,
"y": 1
895
,
"w": 44,
"h": 28,
"ox": 20,
...
...
@@ -10158,41 +10169,41 @@ exports.ResJson = {
"ro": false
},
"bubbleStar7.png": {
"x":
1556
,
"y":
1858
,
"x":
2182
,
"y":
419
,
"w": 46,
"h": 32,
"ox": 19,
"oy": 44,
"sw": 90,
"sh": 90,
"ro":
fals
e
"ro":
tru
e
},
"bubbleStar8.png": {
"x":
287
,
"y":
2071
,
"x":
1918
,
"y":
1888
,
"w": 46,
"h": 38,
"ox": 19,
"oy": 39,
"sw": 90,
"sh": 90,
"ro":
fals
e
"ro":
tru
e
},
"bubbleStar9.png": {
"x": 2
41
,
"y":
2071
,
"x": 2
174
,
"y":
497
,
"w": 44,
"h": 40,
"ox": 19,
"oy": 33,
"sw": 90,
"sh": 90,
"ro":
fals
e
"ro":
tru
e
},
"bubleEle0.png": {
"x":
1934
,
"y": 1
906
,
"x":
2065
,
"y": 1
709
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -10202,8 +10213,8 @@ exports.ResJson = {
"ro": false
},
"bubleEle1.png": {
"x": 19
34
,
"y": 1
826
,
"x": 19
85
,
"y": 1
707
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -10213,8 +10224,8 @@ exports.ResJson = {
"ro": false
},
"bubleEle2.png": {
"x":
1854
,
"y": 1
840
,
"x":
2085
,
"y": 1
629
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -10224,8 +10235,8 @@ exports.ResJson = {
"ro": false
},
"bubleEle3.png": {
"x": 19
34
,
"y": 1
746
,
"x": 19
28
,
"y": 1
578
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -10235,8 +10246,8 @@ exports.ResJson = {
"ro": false
},
"bubleEle4.png": {
"x":
1934
,
"y": 1
666
,
"x":
2121
,
"y": 1
549
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -10246,8 +10257,8 @@ exports.ResJson = {
"ro": false
},
"chapterNum0.png": {
"x": 2
016
,
"y":
1257
,
"x": 2
145
,
"y":
2014
,
"w": 22,
"h": 28,
"ox": 0,
...
...
@@ -10257,8 +10268,8 @@ exports.ResJson = {
"ro": false
},
"chapterNum1.png": {
"x":
1683
,
"y":
1970
,
"x":
638
,
"y":
848
,
"w": 18,
"h": 28,
"ox": 0,
...
...
@@ -10268,8 +10279,8 @@ exports.ResJson = {
"ro": false
},
"chapterNum2.png": {
"x":
1980
,
"y":
1986
,
"x":
2121
,
"y":
2014
,
"w": 22,
"h": 28,
"ox": 0,
...
...
@@ -10279,8 +10290,8 @@ exports.ResJson = {
"ro": false
},
"chapterNum3.png": {
"x":
62
5,
"y": 20
99
,
"x":
208
5,
"y": 20
16
,
"w": 22,
"h": 28,
"ox": 0,
...
...
@@ -10290,41 +10301,41 @@ exports.ResJson = {
"ro": true
},
"chapterNum4.png": {
"x":
1404
,
"y":
656
,
"x":
2182
,
"y":
467
,
"w": 24,
"h": 28,
"ox": 0,
"oy": 2,
"sw": 24,
"sh": 34,
"ro":
tru
e
"ro":
fals
e
},
"chapterNum5.png": {
"x":
595
,
"y":
2099
,
"x":
2191
,
"y":
1792
,
"w": 22,
"h": 28,
"ox": 0,
"oy": 2,
"sw": 22,
"sh": 34,
"ro":
tru
e
"ro":
fals
e
},
"chapterNum6.png": {
"x":
565
,
"y":
2099
,
"x":
2192
,
"y":
651
,
"w": 22,
"h": 28,
"ox": 0,
"oy": 2,
"sw": 22,
"sh": 34,
"ro":
tru
e
"ro":
fals
e
},
"chapterNum7.png": {
"x":
535
,
"y":
2099
,
"x":
2162
,
"y":
651
,
"w": 22,
"h": 28,
"ox": 0,
...
...
@@ -10334,8 +10345,8 @@ exports.ResJson = {
"ro": true
},
"chapterNum8.png": {
"x":
1905
,
"y":
1968
,
"x":
2191
,
"y":
385
,
"w": 22,
"h": 28,
"ox": 0,
...
...
@@ -10345,8 +10356,8 @@ exports.ResJson = {
"ro": false
},
"chapterNum9.png": {
"x":
1992
,
"y": 1
034
,
"x":
2011
,
"y": 1
469
,
"w": 22,
"h": 28,
"ox": 0,
...
...
@@ -10356,19 +10367,19 @@ exports.ResJson = {
"ro": true
},
"chapterNum关.png": {
"x":
1678
,
"y":
2093
,
"x":
2121
,
"y":
1945
,
"w": 33,
"h": 34,
"ox": 0,
"oy": 0,
"sw": 33,
"sh": 34,
"ro":
tru
e
"ro":
fals
e
},
"chapterNum第.png": {
"x":
879
,
"y":
2063
,
"x":
2085
,
"y":
1945
,
"w": 34,
"h": 34,
"ox": 0,
...
...
@@ -10378,8 +10389,8 @@ exports.ResJson = {
"ro": false
},
"chooseRect.png": {
"x":
40
6,
"y":
203
7,
"x":
208
6,
"y":
49
7,
"w": 86,
"h": 83,
"ox": 0,
...
...
@@ -10389,19 +10400,19 @@ exports.ResJson = {
"ro": false
},
"doorClosed.png": {
"x": 1
601
,
"y":
2052
,
"x": 1
958
,
"y":
1888
,
"w": 74,
"h": 75,
"ox": 0,
"oy": 0,
"sw": 74,
"sh": 75,
"ro":
tru
e
"ro":
fals
e
},
"doorOpen.png": {
"x":
1839
,
"y": 1
998
,
"x":
2112
,
"y": 1
867
,
"w": 76,
"h": 76,
"ox": 0,
...
...
@@ -10411,30 +10422,30 @@ exports.ResJson = {
"ro": false
},
"eggPiece1.png": {
"x": 1
683
,
"y":
2000
,
"x": 1
006
,
"y":
848
,
"w": 13,
"h": 16,
"ox": 0,
"oy": 0,
"sw": 13,
"sh": 16,
"ro":
tru
e
"ro":
fals
e
},
"eggPiece2.png": {
"x":
1459
,
"y":
1606
,
"x":
2196
,
"y":
990
,
"w": 18,
"h": 13,
"ox": 0,
"oy": 0,
"sw": 18,
"sh": 13,
"ro":
tru
e
"ro":
fals
e
},
"eggPiece3.png": {
"x": 1
604
,
"y": 1
857
,
"x": 1
386
,
"y": 1
925
,
"w": 34,
"h": 33,
"ox": 0,
...
...
@@ -10444,41 +10455,41 @@ exports.ResJson = {
"ro": false
},
"eggPiece4.png": {
"x":
72
,
"y":
2110
,
"x":
1910
,
"y":
1362
,
"w": 16,
"h": 17,
"ox": 0,
"oy": 0,
"sw": 16,
"sh": 17,
"ro":
tru
e
"ro":
fals
e
},
"eggPiece5.png": {
"x":
1430
,
"y":
147
4,
"x":
2169
,
"y":
201
4,
"w": 22,
"h": 27,
"ox": 0,
"oy": 0,
"sw": 22,
"sh": 27,
"ro":
tru
e
"ro":
fals
e
},
"eggStatus0.png": {
"x": 1
470
,
"y": 18
92
,
"x": 1
918
,
"y": 18
06
,
"w": 80,
"h": 76,
"ox": 0,
"oy": 2,
"sw": 80,
"sh": 80,
"ro":
fals
e
"ro":
tru
e
},
"eggStatus1.png": {
"x": 1
314
,
"y": 18
00
,
"x": 1
592
,
"y": 18
73
,
"w": 80,
"h": 76,
"ox": 0,
...
...
@@ -10488,19 +10499,19 @@ exports.ResJson = {
"ro": false
},
"eggStatus2.png": {
"x": 17
82
,
"y": 1
772
,
"x": 17
58
,
"y": 1
888
,
"w": 80,
"h": 70,
"ox": 0,
"oy": 8,
"sw": 80,
"sh": 80,
"ro":
tru
e
"ro":
fals
e
},
"ele0Exp.png": {
"x": 1
359
,
"y":
204
2,
"x": 1
606
,
"y":
196
2,
"w": 80,
"h": 80,
"ox": 0,
...
...
@@ -10510,8 +10521,8 @@ exports.ResJson = {
"ro": false
},
"ele0Line.png": {
"x": 1
776
,
"y": 1
690
,
"x": 1
840
,
"y": 1
806
,
"w": 76,
"h": 80,
"ox": 1,
...
...
@@ -10521,8 +10532,8 @@ exports.ResJson = {
"ro": false
},
"ele1Exp.png": {
"x": 1
359
,
"y": 196
0
,
"x": 1
524
,
"y": 196
2
,
"w": 80,
"h": 80,
"ox": 0,
...
...
@@ -10532,8 +10543,8 @@ exports.ResJson = {
"ro": false
},
"ele1Line.png": {
"x": 14
74
,
"y": 1
810
,
"x": 14
42
,
"y": 1
962
,
"w": 80,
"h": 80,
"ox": 0,
...
...
@@ -10543,8 +10554,8 @@ exports.ResJson = {
"ro": false
},
"ele2Exp.png": {
"x": 13
88
,
"y": 1
878
,
"x": 13
60
,
"y": 1
962
,
"w": 80,
"h": 80,
"ox": 0,
...
...
@@ -10554,8 +10565,8 @@ exports.ResJson = {
"ro": false
},
"ele2Line.png": {
"x": 1
306
,
"y": 18
78
,
"x": 1
758
,
"y": 18
06
,
"w": 80,
"h": 80,
"ox": 0,
...
...
@@ -10565,8 +10576,8 @@ exports.ResJson = {
"ro": false
},
"ele3Exp.png": {
"x": 1
698
,
"y": 1
700
,
"x": 1
514
,
"y": 1
804
,
"w": 76,
"h": 80,
"ox": 2,
...
...
@@ -10576,8 +10587,8 @@ exports.ResJson = {
"ro": false
},
"ele3Line.png": {
"x": 14
41
,
"y":
2052
,
"x": 14
32
,
"y":
1886
,
"w": 74,
"h": 80,
"ox": 2,
...
...
@@ -10587,8 +10598,8 @@ exports.ResJson = {
"ro": true
},
"ele4Exp.png": {
"x": 1
961
,
"y": 1
424
,
"x": 1
592
,
"y": 1
791
,
"w": 80,
"h": 80,
"ox": 0,
...
...
@@ -10598,19 +10609,19 @@ exports.ResJson = {
"ro": false
},
"ele4Line.png": {
"x": 18
35
,
"y": 1
51
8,
"x": 18
28
,
"y": 1
33
8,
"w": 78,
"h": 80,
"ox": 0,
"oy": 0,
"sw": 80,
"sh": 80,
"ro":
fals
e
"ro":
tru
e
},
"exLighting0.png": {
"x":
840
,
"y": 1
985
,
"x":
1928
,
"y": 1
338
,
"w": 76,
"h": 84,
"ox": 7,
...
...
@@ -10620,41 +10631,41 @@ exports.ResJson = {
"ro": true
},
"exLighting10.png": {
"x": 1
59
6,
"y": 1
781
,
"x": 1
20
6,
"y": 1
868
,
"w": 92,
"h": 74,
"ox": 4,
"oy": 10,
"sw": 100,
"sh": 100,
"ro":
fals
e
"ro":
tru
e
},
"exLighting13.png": {
"x": 1
690
,
"y": 1
782
,
"x": 1
282
,
"y": 1
803
,
"w": 90,
"h": 76,
"ox": 2,
"oy": 12,
"sw": 100,
"sh": 100,
"ro":
fals
e
"ro":
tru
e
},
"exLighting15.png": {
"x": 1
7
74,
"y": 1
606
,
"x": 1
6
74,
"y": 1
801
,
"w": 82,
"h": 76,
"ox": 4,
"oy": 12,
"sw": 100,
"sh": 100,
"ro":
tru
e
"ro":
fals
e
},
"exLighting17.png": {
"x": 1
591
,
"y": 1
526
,
"x": 1
674
,
"y": 1
879
,
"w": 78,
"h": 82,
"ox": 7,
...
...
@@ -10664,19 +10675,19 @@ exports.ResJson = {
"ro": true
},
"exLighting18.png": {
"x":
84
0,
"y": 1
907
,
"x":
185
0,
"y": 1
642
,
"w": 76,
"h": 84,
"ox": 7,
"oy": 7,
"sw": 100,
"sh": 100,
"ro":
tru
e
"ro":
fals
e
},
"exLighting2.png": {
"x": 1
603
,
"y": 19
70
,
"x": 1
850
,
"y": 19
62
,
"w": 78,
"h": 80,
"ox": 2,
...
...
@@ -10686,8 +10697,8 @@ exports.ResJson = {
"ro": false
},
"exLighting20.png": {
"x": 1
523
,
"y": 19
70
,
"x": 1
770
,
"y": 19
62
,
"w": 78,
"h": 80,
"ox": 2,
...
...
@@ -10697,19 +10708,19 @@ exports.ResJson = {
"ro": false
},
"exLighting22.png": {
"x":
1693
,
"y":
1430
,
"x":
2086
,
"y":
419
,
"w": 94,
"h": 76,
"ox": 0,
"oy": 12,
"sw": 100,
"sh": 100,
"ro":
tru
e
"ro":
fals
e
},
"exLighting24.png": {
"x": 1
86
5,
"y": 1
424
,
"x": 1
62
5,
"y": 1
715
,
"w": 94,
"h": 74,
"ox": 0,
...
...
@@ -10719,52 +10730,52 @@ exports.ResJson = {
"ro": false
},
"exLighting26.png": {
"x": 1
90
0,
"y":
986
,
"x": 1
36
0,
"y":
1803
,
"w": 90,
"h": 70,
"ox": 4,
"oy": 17,
"sw": 100,
"sh": 100,
"ro":
fals
e
"ro":
tru
e
},
"exLighting28.png": {
"x": 1
698
,
"y": 1
606
,
"x": 1
721
,
"y": 1
725
,
"w": 92,
"h": 74,
"ox": 4,
"oy": 10,
"sw": 100,
"sh": 100,
"ro":
tru
e
"ro":
fals
e
},
"exLighting31.png": {
"x": 1
010
,
"y": 1
302
,
"x": 1
815
,
"y": 1
728
,
"w": 90,
"h": 76,
"ox": 2,
"oy": 12,
"sw": 100,
"sh": 100,
"ro":
tru
e
"ro":
fals
e
},
"exLighting33.png": {
"x": 1
7
74,
"y": 1
606
,
"x": 1
6
74,
"y": 1
801
,
"w": 82,
"h": 76,
"ox": 4,
"oy": 12,
"sw": 100,
"sh": 100,
"ro":
tru
e
"ro":
fals
e
},
"exLighting4.png": {
"x":
1602
,
"y":
1703
,
"x":
2095
,
"y":
341
,
"w": 94,
"h": 76,
"ox": 0,
...
...
@@ -10774,8 +10785,8 @@ exports.ResJson = {
"ro": false
},
"exLighting6.png": {
"x":
1962
,
"y":
1300
,
"x":
2086
,
"y":
582
,
"w": 94,
"h": 74,
"ox": 0,
...
...
@@ -10785,41 +10796,41 @@ exports.ResJson = {
"ro": true
},
"exLighting8.png": {
"x": 1
80
8,
"y":
986
,
"x": 1
28
8,
"y":
1951
,
"w": 90,
"h": 70,
"ox": 4,
"oy": 17,
"sw": 100,
"sh": 100,
"ro":
fals
e
"ro":
tru
e
},
"eyeDownLeft.png": {
"x":
386
,
"y": 1
630
,
"x":
935
,
"y": 1
278
,
"w": 22,
"h": 21,
"ox": 0,
"oy": 0,
"sw": 22,
"sh": 21,
"ro":
fals
e
"ro":
tru
e
},
"eyeDownRight.png": {
"x":
88
5,
"y": 1
630
,
"x":
93
5,
"y": 1
254
,
"w": 22,
"h": 21,
"ox": 0,
"oy": 0,
"sw": 22,
"sh": 21,
"ro":
fals
e
"ro":
tru
e
},
"eyeSingle.png": {
"x": 1
915
,
"y": 1
586
,
"x": 1
260
,
"y": 1
854
,
"w": 12,
"h": 11,
"ox": 0,
...
...
@@ -10840,19 +10851,30 @@ exports.ResJson = {
"ro": false
},
"gameGuideBoard.png": {
"x":
372
,
"y":
883
,
"x":
638
,
"y":
280
,
"w": 623,
"h": 182,
"ox": 0,
"oy": 0,
"sw": 623,
"sh": 182,
"ro": false
},
"great.png": {
"x": 1942,
"y": 382,
"w": 365,
"h": 142,
"ox": 47,
"oy": 0,
"sw": 459,
"sh": 142,
"ro": true
},
"greenCircleDown.png": {
"x": 1
283
,
"y": 13
9
6,
"x": 1
526
,
"y": 13
7
6,
"w": 108,
"h": 106,
"ox": 0,
...
...
@@ -10862,19 +10884,19 @@ exports.ResJson = {
"ro": false
},
"greenCircleUp.png": {
"x": 1
474
,
"y": 1
606
,
"x": 1
055
,
"y": 1
378
,
"w": 129,
"h": 126,
"ox": 0,
"oy": 0,
"sw": 129,
"sh": 126,
"ro":
tru
e
"ro":
fals
e
},
"greyBallFace.png": {
"x": 15
23
,
"y":
2052
,
"x": 15
14
,
"y":
1886
,
"w": 76,
"h": 74,
"ox": 2,
...
...
@@ -10884,63 +10906,63 @@ exports.ResJson = {
"ro": false
},
"guidePropBoom.png": {
"x": 1
037
,
"y":
2024
,
"x": 1
749
,
"y":
1642
,
"w": 81,
"h": 99,
"ox": 0,
"oy": 0,
"sw": 81,
"sh": 99,
"ro":
fals
e
"ro":
tru
e
},
"guidePropCow.png": {
"x":
556
,
"y": 13
98
,
"x":
430
,
"y": 13
55
,
"w": 253,
"h": 299,
"ox": 0,
"oy": 0,
"sw": 253,
"sh": 299,
"ro":
tru
e
"ro":
fals
e
},
"guidePropHammer.png": {
"x":
1242
,
"y":
2014
,
"x":
2095
,
"y":
116
,
"w": 109,
"h": 115,
"ox": 0,
"oy": 0,
"sw": 109,
"sh": 115,
"ro":
tru
e
"ro":
fals
e
},
"guidePropHand.png": {
"x":
1973
,
"y": 6
0
,
"x":
2086
,
"y": 6
78
,
"w": 81,
"h": 67,
"ox": 0,
"oy": 0,
"sw": 81,
"sh": 67,
"ro":
tru
e
"ro":
fals
e
},
"guidePropMsgPanel.png": {
"x":
1291
,
"y":
60
,
"x":
430
,
"y":
883
,
"w": 470,
"h": 192,
"ox": 0,
"oy": 0,
"sw": 470,
"sh": 192,
"ro":
fals
e
"ro":
tru
e
},
"guidePropShoe.png": {
"x":
9
26,
"y":
202
4,
"x":
15
26,
"y":
148
4,
"w": 102,
"h": 109,
"ox": 0,
...
...
@@ -10950,8 +10972,8 @@ exports.ResJson = {
"ro": true
},
"hairballDisBg.png": {
"x":
494
,
"y": 1
508
,
"x":
1563
,
"y": 1
710
,
"w": 72,
"h": 60,
"ox": 4,
...
...
@@ -10961,8 +10983,8 @@ exports.ResJson = {
"ro": true
},
"hairballPiece1.png": {
"x":
1010
,
"y": 12
40
,
"x":
658
,
"y": 12
39
,
"w": 39,
"h": 22,
"ox": 0,
...
...
@@ -10972,19 +10994,19 @@ exports.ResJson = {
"ro": true
},
"hairballPiece2.png": {
"x":
494
,
"y":
2099
,
"x":
2152
,
"y":
1826
,
"w": 39,
"h": 23,
"ox": 0,
"oy": 0,
"sw": 39,
"sh": 23,
"ro":
fals
e
"ro":
tru
e
},
"hairballPiece3.png": {
"x":
1784
,
"y":
583
,
"x":
661
,
"y":
1280
,
"w": 35,
"h": 22,
"ox": 0,
...
...
@@ -10994,8 +11016,8 @@ exports.ResJson = {
"ro": true
},
"hairballPiece4.png": {
"x":
1784
,
"y":
542
,
"x":
658
,
"y":
1198
,
"w": 39,
"h": 22,
"ox": 0,
...
...
@@ -11005,8 +11027,8 @@ exports.ResJson = {
"ro": true
},
"hairballPiece5.png": {
"x":
335
,
"y":
2109
,
"x":
1854
,
"y":
1498
,
"w": 25,
"h": 17,
"ox": 0,
...
...
@@ -11016,19 +11038,19 @@ exports.ResJson = {
"ro": false
},
"hairballPiece6.png": {
"x": 1
962
,
"y":
1396
,
"x": 1
263
,
"y":
280
,
"w": 40,
"h": 26,
"ox": 0,
"oy": 0,
"sw": 40,
"sh": 26,
"ro":
fals
e
"ro":
tru
e
},
"hairballPiece7.png": {
"x":
1784
,
"y":
620
,
"x":
661
,
"y":
1317
,
"w": 31,
"h": 22,
"ox": 0,
...
...
@@ -11038,41 +11060,41 @@ exports.ResJson = {
"ro": true
},
"hairballPiece8-1.png": {
"x": 2
004
,
"y": 1
396
,
"x": 2
191
,
"y": 1
753
,
"w": 37,
"h": 23,
"ox": 0,
"oy": 0,
"sw": 37,
"sh": 23,
"ro":
fals
e
"ro":
tru
e
},
"hairballPiece8.png": {
"x":
191
7,
"y": 1
998
,
"x":
217
7,
"y": 1
826
,
"w": 37,
"h": 28,
"ox": 0,
"oy": 0,
"sw": 37,
"sh": 28,
"ro":
tru
e
"ro":
fals
e
},
"hairballPiece9.png": {
"x":
1714
,
"y":
2093
,
"x":
2008
,
"y":
1578
,
"w": 41,
"h": 31,
"ox": 0,
"oy": 0,
"sw": 41,
"sh": 31,
"ro":
fals
e
"ro":
tru
e
},
"ice2.png": {
"x":
1932
,
"y": 15
86
,
"x":
2041
,
"y": 15
49
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -11082,8 +11104,8 @@ exports.ResJson = {
"ro": false
},
"ice3.png": {
"x":
1915
,
"y": 1
506
,
"x":
2121
,
"y": 1
469
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -11093,8 +11115,8 @@ exports.ResJson = {
"ro": false
},
"ice4.png": {
"x":
1854
,
"y": 1
760
,
"x":
2041
,
"y": 1
469
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -11104,8 +11126,8 @@ exports.ResJson = {
"ro": false
},
"ice5.png": {
"x": 1
854
,
"y": 1
680
,
"x": 1
961
,
"y": 1
498
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -11115,8 +11137,8 @@ exports.ResJson = {
"ro": false
},
"ice6.png": {
"x": 18
52
,
"y": 1
600
,
"x": 18
81
,
"y": 1
498
,
"w": 78,
"h": 78,
"ox": 1,
...
...
@@ -11126,19 +11148,19 @@ exports.ResJson = {
"ro": false
},
"jellyArrow.png": {
"x":
133
1,
"y":
254
,
"x":
219
1,
"y":
341
,
"w": 42,
"h": 23,
"ox": 0,
"oy": 0,
"sw": 42,
"sh": 23,
"ro":
fals
e
"ro":
tru
e
},
"leftArrow.png": {
"x":
76
4,
"y":
2081
,
"x":
217
4,
"y":
573
,
"w": 28,
"h": 40,
"ox": 0,
...
...
@@ -11148,8 +11170,8 @@ exports.ResJson = {
"ro": true
},
"lightedStar.png": {
"x":
1640
,
"y": 1
857
,
"x":
2085
,
"y": 1
981
,
"w": 33,
"h": 34,
"ox": 0,
...
...
@@ -11159,19 +11181,19 @@ exports.ResJson = {
"ro": true
},
"lineLight.png": {
"x":
1291
,
"y":
2
,
"x":
372
,
"y":
883
,
"w": 56,
"h": 750,
"ox": 0,
"oy": 0,
"sw": 56,
"sh": 750,
"ro":
tru
e
"ro":
fals
e
},
"lockVine.png": {
"x":
556
,
"y":
965
,
"x":
1432
,
"y":
1804
,
"w": 80,
"h": 80,
"ox": 0,
...
...
@@ -11181,8 +11203,8 @@ exports.ResJson = {
"ro": false
},
"magicLion.png": {
"x":
55
6,
"y":
883
,
"x":
120
6,
"y":
1962
,
"w": 80,
"h": 80,
"ox": 0,
...
...
@@ -11192,8 +11214,8 @@ exports.ResJson = {
"ro": false
},
"magicLionBg.png": {
"x":
856
,
"y": 1
24
0,
"x":
1351
,
"y": 1
55
0,
"w": 152,
"h": 152,
"ox": 14,
...
...
@@ -11203,30 +11225,30 @@ exports.ResJson = {
"ro": false
},
"main_mapbottom.png": {
"x": 19
34
,
"y":
1257
,
"x": 19
69
,
"y":
749
,
"w": 80,
"h": 41,
"ox": 0,
"oy": 0,
"sw": 80,
"sh": 41,
"ro":
fals
e
"ro":
tru
e
},
"musicOff.png": {
"x":
1703
,
"y": 1
938
,
"x":
2008
,
"y": 1
629
,
"w": 76,
"h": 75,
"ox": 0,
"oy": 0,
"sw": 76,
"sh": 75,
"ro":
fals
e
"ro":
tru
e
},
"musicOn.png": {
"x":
1626
,
"y": 1
892
,
"x":
2008
,
"y": 1
965
,
"w": 76,
"h": 75,
"ox": 0,
...
...
@@ -11236,8 +11258,8 @@ exports.ResJson = {
"ro": true
},
"propNum0.png": {
"x":
2026
,
"y":
768
,
"x":
1505
,
"y":
1550
,
"w": 15,
"h": 22,
"ox": 0,
...
...
@@ -11247,30 +11269,30 @@ exports.ResJson = {
"ro": false
},
"propNum1.png": {
"x": 1
393
,
"y": 1
49
2,
"x": 1
072
,
"y": 1
87
2,
"w": 10,
"h": 22,
"ox": 0,
"oy": 3,
"sw": 10,
"sh": 30,
"ro":
tru
e
"ro":
fals
e
},
"propNum2.png": {
"x":
2026
,
"y":
932
,
"x":
1881
,
"y":
1626
,
"w": 14,
"h": 22,
"ox": 0,
"oy": 3,
"sw": 14,
"sh": 30,
"ro":
fals
e
"ro":
tru
e
},
"propNum3.png": {
"x":
1010
,
"y": 1
281
,
"x":
404
,
"y": 1
635
,
"w": 15,
"h": 22,
"ox": 0,
...
...
@@ -11280,19 +11302,19 @@ exports.ResJson = {
"ro": true
},
"propNum4.png": {
"x":
28
,
"y":
2110
,
"x":
1910
,
"y":
1338
,
"w": 16,
"h": 22,
"ox": 0,
"oy": 3,
"sw": 16,
"sh": 30,
"ro":
tru
e
"ro":
fals
e
},
"propNum5.png": {
"x":
91
,
"y":
211
0,
"x":
877
,
"y":
164
0,
"w": 14,
"h": 22,
"ox": 0,
...
...
@@ -11302,19 +11324,19 @@ exports.ResJson = {
"ro": true
},
"propNum6.png": {
"x":
1805
,
"y":
1998
,
"x":
2199
,
"y":
627
,
"w": 15,
"h": 22,
"ox": 0,
"oy": 3,
"sw": 15,
"sh": 30,
"ro":
tru
e
"ro":
fals
e
},
"propNum7.png": {
"x":
2012
,
"y": 1
650
,
"x":
1194
,
"y": 1
142
,
"w": 14,
"h": 22,
"ox": 0,
...
...
@@ -11324,30 +11346,30 @@ exports.ResJson = {
"ro": true
},
"propNum8.png": {
"x":
1781
,
"y":
1998
,
"x":
2199
,
"y":
603
,
"w": 15,
"h": 22,
"ox": 0,
"oy": 3,
"sw": 15,
"sh": 30,
"ro":
tru
e
"ro":
fals
e
},
"propNum9.png": {
"x":
2022
,
"y":
1034
,
"x":
1540
,
"y":
366
,
"w": 14,
"h": 22,
"ox": 0,
"oy": 3,
"sw": 14,
"sh": 30,
"ro":
fals
e
"ro":
tru
e
},
"prop_count_bg.png": {
"x": 1
97
3,
"y": 199,
"x": 1
12
3,
"y": 199
4
,
"w": 47,
"h": 47,
"ox": 0,
...
...
@@ -11357,8 +11379,8 @@ exports.ResJson = {
"ro": false
},
"rectLat.png": {
"x": 1
755
,
"y": 1
526
,
"x": 1
900
,
"y": 1
418
,
"w": 78,
"h": 78,
"ox": 0,
...
...
@@ -11368,8 +11390,8 @@ exports.ResJson = {
"ro": false
},
"rectLatWhite.png": {
"x": 1
675
,
"y": 1
526
,
"x": 1
820
,
"y": 1
418
,
"w": 78,
"h": 78,
"ox": 0,
...
...
@@ -11379,19 +11401,19 @@ exports.ResJson = {
"ro": false
},
"redDoorBg.png": {
"x": 1
934
,
"y":
1158
,
"x": 1
263
,
"y":
366
,
"w": 96,
"h": 97,
"ox": 0,
"oy": 0,
"sw": 96,
"sh": 97,
"ro":
fals
e
"ro":
tru
e
},
"rightArrow.png": {
"x":
722
,
"y":
2081
,
"x":
2174
,
"y":
543
,
"w": 28,
"h": 40,
"ox": 0,
...
...
@@ -11401,19 +11423,19 @@ exports.ResJson = {
"ro": true
},
"rightMark.png": {
"x":
99
,
"y":
2071
,
"x":
1084
,
"y":
1994
,
"w": 48,
"h": 37,
"ox": 0,
"oy": 0,
"sw": 48,
"sh": 37,
"ro":
fals
e
"ro":
tru
e
},
"rock2.png": {
"x":
1781
,
"y": 1
920
,
"x":
2034
,
"y": 1
867
,
"w": 76,
"h": 76,
"ox": 1,
...
...
@@ -11423,8 +11445,8 @@ exports.ResJson = {
"ro": false
},
"rock3.png": {
"x":
1761
,
"y":
2015
,
"x":
2074
,
"y":
1789
,
"w": 76,
"h": 76,
"ox": 1,
...
...
@@ -11434,8 +11456,8 @@ exports.ResJson = {
"ro": false
},
"rock4.png": {
"x": 1
683
,
"y":
2015
,
"x": 1
996
,
"y":
1789
,
"w": 76,
"h": 76,
"ox": 1,
...
...
@@ -11445,8 +11467,8 @@ exports.ResJson = {
"ro": false
},
"rock5.png": {
"x": 1
703
,
"y": 1
860
,
"x": 1
930
,
"y": 1
965
,
"w": 76,
"h": 76,
"ox": 1,
...
...
@@ -11456,8 +11478,8 @@ exports.ResJson = {
"ro": false
},
"rock6.png": {
"x": 1
396
,
"y": 1
800
,
"x": 1
907
,
"y": 1
728
,
"w": 76,
"h": 76,
"ox": 1,
...
...
@@ -11467,19 +11489,19 @@ exports.ResJson = {
"ro": false
},
"scoreNum0.png": {
"x":
2014
,
"y":
1750
,
"x":
432
,
"y":
2022
,
"w": 20,
"h": 26,
"ox": 0,
"oy": 0,
"sw": 20,
"sh": 28,
"ro":
fals
e
"ro":
tru
e
},
"scoreNum1.png": {
"x":
1865
,
"y":
1500
,
"x":
958
,
"y":
848
,
"w": 16,
"h": 26,
"ox": 0,
...
...
@@ -11489,30 +11511,30 @@ exports.ResJson = {
"ro": true
},
"scoreNum2.png": {
"x":
201
4,
"y":
17
22,
"x":
40
4,
"y":
20
22,
"w": 20,
"h": 26,
"ox": 0,
"oy": 0,
"sw": 20,
"sh": 28,
"ro":
fals
e
"ro":
tru
e
},
"scoreNum3.png": {
"x":
2014
,
"y":
169
4,
"x":
1263
,
"y":
34
4,
"w": 20,
"h": 26,
"ox": 0,
"oy": 0,
"sw": 20,
"sh": 28,
"ro":
fals
e
"ro":
tru
e
},
"scoreNum4.png": {
"x":
383
,
"y":
2071
,
"x":
935
,
"y":
1226
,
"w": 21,
"h": 26,
"ox": 0,
...
...
@@ -11522,19 +11544,19 @@ exports.ResJson = {
"ro": false
},
"scoreNum5.png": {
"x":
2014
,
"y":
1666
,
"x":
1263
,
"y":
322
,
"w": 20,
"h": 26,
"ox": 0,
"oy": 0,
"sw": 20,
"sh": 28,
"ro":
fals
e
"ro":
tru
e
},
"scoreNum6.png": {
"x":
655
,
"y":
2099
,
"x":
1050
,
"y":
1872
,
"w": 20,
"h": 26,
"ox": 0,
...
...
@@ -11544,8 +11566,8 @@ exports.ResJson = {
"ro": false
},
"scoreNum7.png": {
"x":
444
,
"y": 1
630
,
"x":
1956
,
"y": 1
706
,
"w": 20,
"h": 26,
"ox": 0,
...
...
@@ -11555,8 +11577,8 @@ exports.ResJson = {
"ro": true
},
"scoreNum8.png": {
"x": 1
375
,
"y":
254
,
"x": 1
928
,
"y":
1706
,
"w": 20,
"h": 26,
"ox": 0,
...
...
@@ -11566,19 +11588,19 @@ exports.ResJson = {
"ro": true
},
"scoreNum9.png": {
"x":
857
,
"y": 1
630
,
"x":
935
,
"y": 1
198
,
"w": 21,
"h": 26,
"ox": 0,
"oy": 0,
"sw": 21,
"sh": 28,
"ro":
tru
e
"ro":
fals
e
},
"scoreNum关.png": {
"x": 2
012
,
"y": 1
617
,
"x": 2
154
,
"y": 1
981
,
"w": 31,
"h": 29,
"ox": 0,
...
...
@@ -11588,8 +11610,8 @@ exports.ResJson = {
"ro": true
},
"scoreNum冒号.png": {
"x": 20
29
,
"y":
16
9,
"x": 20
00
,
"y":
87
9,
"w": 12,
"h": 23,
"ox": 0,
...
...
@@ -11599,8 +11621,8 @@ exports.ResJson = {
"ro": false
},
"scoreNum分.png": {
"x":
1947
,
"y": 19
86
,
"x":
2156
,
"y": 19
45
,
"w": 31,
"h": 31,
"ox": 0,
...
...
@@ -11610,8 +11632,8 @@ exports.ResJson = {
"ro": false
},
"scoreNum数.png": {
"x":
1917
,
"y":
2037
,
"x":
2121
,
"y":
1981
,
"w": 31,
"h": 31,
"ox": 0,
...
...
@@ -11621,8 +11643,8 @@ exports.ResJson = {
"ro": false
},
"scoreNum通.png": {
"x":
2012
,
"y": 1
58
4,
"x":
1980
,
"y": 1
46
4,
"w": 31,
"h": 29,
"ox": 0,
...
...
@@ -11632,8 +11654,8 @@ exports.ResJson = {
"ro": true
},
"settingBg.png": {
"x": 1
474
,
"y": 1
737
,
"x": 1
627
,
"y": 1
642
,
"w": 71,
"h": 120,
"ox": 0,
...
...
@@ -11643,19 +11665,19 @@ exports.ResJson = {
"ro": true
},
"starProgress.png": {
"x":
2
,
"y":
2037
,
"x":
624
,
"y":
883
,
"w": 402,
"h": 32,
"ox": 0,
"oy": 0,
"sw": 402,
"sh": 32,
"ro":
fals
e
"ro":
tru
e
},
"stepAni1.png": {
"x": 1
78
4,
"y":
250
,
"x": 1
24
4,
"y":
866
,
"w": 250,
"h": 290,
"ox": 0,
...
...
@@ -11665,8 +11687,8 @@ exports.ResJson = {
"ro": false
},
"stepAni10.png": {
"x":
386
,
"y":
1653
,
"x":
958
,
"y":
866
,
"w": 284,
"h": 274,
"ox": 116,
...
...
@@ -11676,30 +11698,30 @@ exports.ResJson = {
"ro": false
},
"stepAni11.png": {
"x":
128
4,
"y": 1
052
,
"x":
201
4,
"y": 1
135
,
"w": 154,
"h": 200,
"ox": 225,
"oy": 78,
"sw": 400,
"sh": 400,
"ro":
fals
e
"ro":
tru
e
},
"stepAni2.png": {
"x": 1
040
,
"y": 2
80
,
"x": 1
291
,
"y": 2,
"w": 362,
"h": 400,
"ox": 0,
"oy": 0,
"sw": 400,
"sh": 400,
"ro":
fals
e
"ro":
tru
e
},
"stepAni3.png": {
"x":
638
,
"y":
280
,
"x":
2
,
"y":
1635
,
"w": 400,
"h": 400,
"ox": 0,
...
...
@@ -11709,41 +11731,41 @@ exports.ResJson = {
"ro": false
},
"stepAni4.png": {
"x":
2
,
"y":
1635
,
"x":
638
,
"y":
464
,
"w": 400,
"h": 382,
"ox": 0,
"oy": 0,
"sw": 400,
"sh": 400,
"ro":
tru
e
"ro":
fals
e
},
"stepAni5.png": {
"x": 1
404
,
"y": 2
54
,
"x": 1
693
,
"y": 2,
"w": 400,
"h": 378,
"ox": 0,
"oy": 0,
"sw": 400,
"sh": 400,
"ro":
tru
e
"ro":
fals
e
},
"stepAni6.png": {
"x":
1442
,
"y": 656,
"x":
404
,
"y":
1
656,
"w": 400,
"h": 364,
"ox": 0,
"oy": 0,
"sw": 400,
"sh": 400,
"ro":
tru
e
"ro":
fals
e
},
"stepAni7.png": {
"x": 1
0
40,
"y":
6
82,
"x": 1
5
40,
"y":
3
82,
"w": 400,
"h": 368,
"ox": 0,
...
...
@@ -11753,19 +11775,19 @@ exports.ResJson = {
"ro": false
},
"stepAni8.png": {
"x":
638
,
"y":
682
,
"x":
1040
,
"y":
464
,
"w": 400,
"h": 364,
"ox": 0,
"oy": 0,
"sw": 400,
"sh": 400,
"ro":
fals
e
"ro":
tru
e
},
"stepAni9.png": {
"x":
556
,
"y":
10
48,
"x":
658
,
"y":
8
48,
"w": 298,
"h": 348,
"ox": 102,
...
...
@@ -11775,8 +11797,8 @@ exports.ResJson = {
"ro": false
},
"stepNum0.png": {
"x":
1879
,
"y":
2076
,
"x":
2145
,
"y":
1709
,
"w": 35,
"h": 46,
"ox": 0,
...
...
@@ -11786,19 +11808,19 @@ exports.ResJson = {
"ro": false
},
"stepNum1.png": {
"x": 19
95
,
"y": 1
554
,
"x": 19
80
,
"y": 1
416
,
"w": 28,
"h": 46,
"ox": 0,
"oy": 1,
"sw": 28,
"sh": 50,
"ro":
tru
e
"ro":
fals
e
},
"stepNum2.png": {
"x":
199
2,
"y":
986
,
"x":
216
2,
"y":
603
,
"w": 35,
"h": 46,
"ox": 0,
...
...
@@ -11808,8 +11830,8 @@ exports.ResJson = {
"ro": false
},
"stepNum3.png": {
"x":
1897
,
"y": 1
920
,
"x":
2165
,
"y": 1
629
,
"w": 35,
"h": 46,
"ox": 0,
...
...
@@ -11819,8 +11841,8 @@ exports.ResJson = {
"ro": false
},
"stepNum4.png": {
"x": 1
556
,
"y":
1810
,
"x": 1
969
,
"y":
831
,
"w": 38,
"h": 46,
"ox": 0,
...
...
@@ -11830,8 +11852,8 @@ exports.ResJson = {
"ro": false
},
"stepNum5.png": {
"x": 1
841
,
"y":
2076
,
"x": 1
966
,
"y":
1658
,
"w": 36,
"h": 46,
"ox": 0,
...
...
@@ -11841,8 +11863,8 @@ exports.ResJson = {
"ro": false
},
"stepNum6.png": {
"x": 1
859
,
"y": 1
920
,
"x": 1
928
,
"y": 1
658
,
"w": 36,
"h": 46,
"ox": 0,
...
...
@@ -11852,8 +11874,8 @@ exports.ResJson = {
"ro": false
},
"stepNum7.png": {
"x":
1393
,
"y": 1
444
,
"x":
624
,
"y": 1
287
,
"w": 35,
"h": 46,
"ox": 0,
...
...
@@ -11863,8 +11885,8 @@ exports.ResJson = {
"ro": false
},
"stepNum8.png": {
"x": 1
39
3,
"y":
1396
,
"x": 1
50
3,
"y":
827
,
"w": 35,
"h": 46,
"ox": 0,
...
...
@@ -11874,15 +11896,15 @@ exports.ResJson = {
"ro": false
},
"stepNum9.png": {
"x":
335
,
"y":
2071
,
"x":
1881
,
"y":
1578
,
"w": 36,
"h": 46,
"ox": 0,
"oy": 1,
"sw": 36,
"sh": 50,
"ro":
tru
e
"ro":
fals
e
},
"table.png": {
"x": 2,
...
...
@@ -11896,30 +11918,30 @@ exports.ResJson = {
"ro": true
},
"tarNum0.png": {
"x": 2
02
6,
"y": 9
12
,
"x": 2
19
6,
"y": 9
73
,
"w": 15,
"h": 18,
"ox": 0,
"oy": 1,
"sw": 15,
"sh": 20,
"ro":
fals
e
"ro":
tru
e
},
"tarNum1.png": {
"x": 20
16
,
"y": 1
287
,
"x": 20
68
,
"y": 1
945
,
"w": 11,
"h": 18,
"ox": 0,
"oy": 1,
"sw": 11,
"sh": 20,
"ro":
tru
e
"ro":
fals
e
},
"tarNum2.png": {
"x":
2026
,
"y":
892
,
"x":
641
,
"y":
1335
,
"w": 15,
"h": 18,
"ox": 0,
...
...
@@ -11929,8 +11951,8 @@ exports.ResJson = {
"ro": false
},
"tarNum3.png": {
"x": 20
26
,
"y":
872
,
"x": 20
51
,
"y":
1945
,
"w": 15,
"h": 18,
"ox": 0,
...
...
@@ -11940,8 +11962,8 @@ exports.ResJson = {
"ro": false
},
"tarNum4.png": {
"x":
5
2,
"y":
211
0,
"x":
152
2,
"y":
114
0,
"w": 16,
"h": 18,
"ox": 0,
...
...
@@ -11951,19 +11973,19 @@ exports.ResJson = {
"ro": true
},
"tarNum5.png": {
"x": 2
02
6,
"y":
852
,
"x": 2
19
6,
"y":
956
,
"w": 15,
"h": 18,
"ox": 0,
"oy": 1,
"sw": 15,
"sh": 20,
"ro":
fals
e
"ro":
tru
e
},
"tarNum6.png": {
"x":
2026
,
"y":
832
,
"x":
624
,
"y":
1335
,
"w": 15,
"h": 18,
"ox": 0,
...
...
@@ -11973,8 +11995,8 @@ exports.ResJson = {
"ro": false
},
"tarNum7.png": {
"x": 20
26
,
"y":
812
,
"x": 20
34
,
"y":
1945
,
"w": 15,
"h": 18,
"ox": 0,
...
...
@@ -11984,8 +12006,8 @@ exports.ResJson = {
"ro": false
},
"tarNum8.png": {
"x":
2026
,
"y":
792
,
"x":
1563
,
"y":
1784
,
"w": 15,
"h": 18,
"ox": 0,
...
...
@@ -11995,15 +12017,15 @@ exports.ResJson = {
"ro": false
},
"tarNum9.png": {
"x":
909
,
"y":
1630
,
"x":
2196
,
"y":
939
,
"w": 15,
"h": 18,
"ox": 0,
"oy": 1,
"sw": 15,
"sh": 20,
"ro":
fals
e
"ro":
tru
e
},
"topBg.png": {
"x": 638,
...
...
@@ -12017,8 +12039,8 @@ exports.ResJson = {
"ro": false
},
"unlightedStar.png": {
"x":
840
,
"y":
2063
,
"x":
2152
,
"y":
1787
,
"w": 37,
"h": 37,
"ox": 0,
...
...
@@ -12027,9 +12049,20 @@ exports.ResJson = {
"sh": 37,
"ro": false
},
"wonderful.png": {
"x": 1406,
"y": 366,
"w": 459,
"h": 132,
"ox": 0,
"oy": 5,
"sw": 459,
"sh": 142,
"ro": true
},
"yellowCircleDown.png": {
"x":
386
,
"y":
1929
,
"x":
2095
,
"y":
233
,
"w": 108,
"h": 106,
"ox": 0,
...
...
@@ -12039,8 +12072,8 @@ exports.ResJson = {
"ro": false
},
"yellowCircleUp.png": {
"x":
1284
,
"y": 1
254
,
"x":
806
,
"y": 1
900
,
"w": 144,
"h": 140,
"ox": 0,
...
...
@@ -12050,15 +12083,15 @@ exports.ResJson = {
"ro": false
},
"yellowDoorBg.png": {
"x": 1
596
,
"y": 1
430
,
"x": 1
277
,
"y": 1
706
,
"w": 94,
"h": 95,
"ox": 0,
"oy": 0,
"sw": 94,
"sh": 95,
"ro":
tru
e
"ro":
fals
e
}
}
},
...
...
@@ -12697,7 +12730,7 @@ exports.ResJson = {
}
}
],
"path": "https://yun.duiba.com.cn/db_games/activity/babycare_xiaoxiao/16023
08827
/resource/"
"path": "https://yun.duiba.com.cn/db_games/activity/babycare_xiaoxiao/16023
85443
/resource/"
};
...
...
@@ -21112,7 +21145,7 @@ var taskItemData = (_a = {},
},
_a[TaskType.orderGoods] = {
key: TaskType.orderGoods,
title: '完成下单',
title: '完成下单
(${done}/${total})
',
desc: '按成下单即可获得${rewards}体力'
},
_a[TaskType.browseGoods] = {
output.js.map
View file @
6ab30f55
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resource/playScene/amazing.png
0 → 100644
View file @
6ab30f55
58 KB
resource/playScene/great.png
0 → 100644
View file @
6ab30f55
52.3 KB
resource/playScene/wonderful.png
0 → 100644
View file @
6ab30f55
60.3 KB
resource/res.json
View file @
6ab30f55
...
...
@@ -93,7 +93,7 @@
"name"
:
"mapTree"
},
{
"keys"
:
"
blueDoorBg.png,bonusFra0.png,bonusFra1.png,bonusFra10.png,bonusFra11.png,bonusFra2.png,bonusFra3.png,bonusFra4.png,bonusFra5.png,bonusFra6.png,bonusFra7.png,bonusFra8.png,bonusFra9.png,bonusShoot.png,boom0.png,boom1.png,boom10.png,boom11.png,boom12.png,boom13.png,boom14.png,boom15.png,boom16.png,boom17.png,boom18.png,boom19.png,boom2.png,boom20.png,boom3.png,boom4.png,boom5.png,boom6.png,boom7.png,boom8.png,boom9.png,brownBallFace.png,bubbleStar1.png,bubbleStar10.png,bubbleStar11.png,bubbleStar12.png,bubbleStar13.png,bubbleStar14.png,bubbleStar15.png,bubbleStar16.png,bubbleStar17.png,bubbleStar18.png,bubbleStar19.png,bubbleStar2.png,bubbleStar3.png,bubbleStar4.png,bubbleStar5.png,bubbleStar6.png,bubbleStar7.png,bubbleStar8.png,bubbleStar9.png,bubleEle0.png,bubleEle1.png,bubleEle2.png,bubleEle3.png,bubleEle4.png,chapterNum0.png,chapterNum1.png,chapterNum2.png,chapterNum3.png,chapterNum4.png,chapterNum5.png,chapterNum6.png,chapterNum7.png,chapterNum8.png,chapterNum9.png,chapterNum关.png,chapterNum第.png,chooseRect.png,doorClosed.png,doorOpen.png,eggPiece1.png,eggPiece2.png,eggPiece3.png,eggPiece4.png,eggPiece5.png,eggStatus0.png,eggStatus1.png,eggStatus2.png,ele0Exp.png,ele0Line.png,ele1Exp.png,ele1Line.png,ele2Exp.png,ele2Line.png,ele3Exp.png,ele3Line.png,ele4Exp.png,ele4Line.png,exLighting0.png,exLighting10.png,exLighting13.png,exLighting15.png,exLighting17.png,exLighting18.png,exLighting2.png,exLighting20.png,exLighting22.png,exLighting24.png,exLighting26.png,exLighting28.png,exLighting31.png,exLighting33.png,exLighting4.png,exLighting6.png,exLighting8.png,eyeDownLeft.png,eyeDownRight.png,eyeSingle.png,gameGuide1.png,gameGuideBoard.png,greenCircleDown.png,greenCircleUp.png,greyBallFace.png,guidePropBoom.png,guidePropCow.png,guidePropHammer.png,guidePropHand.png,guidePropMsgPanel.png,guidePropShoe.png,hairballDisBg.png,hairballPiece1.png,hairballPiece2.png,hairballPiece3.png,hairballPiece4.png,hairballPiece5.png,hairballPiece6.png,hairballPiece7.png,hairballPiece8-1.png,hairballPiece8.png,hairballPiece9.png,ice2.png,ice3.png,ice4.png,ice5.jpg,ice5.png,ice6.png,jellyArrow.png,leftArrow.png,lightedStar.png,lineLight.png,lockVine.png,magicLion.png,magicLionBg.png,main_mapbottom.png,musicOff.png,musicOn.png,playBg.jpg,propNum0.png,propNum1.png,propNum2.png,propNum3.png,propNum4.png,propNum5.png,propNum6.png,propNum7.png,propNum8.png,propNum9.png,prop_count_bg.png,rectLat.png,rectLatWhite.png,redDoorBg.png,rightArrow.png,rightMark.png,rock2.png,rock3.png,rock4.png,rock5.png,rock6.png,scoreNum0.png,scoreNum1.png,scoreNum2.png,scoreNum3.png,scoreNum4.png,scoreNum5.png,scoreNum6.png,scoreNum7.png,scoreNum8.png,scoreNum9.png,scoreNum关.png,scoreNum冒号.png,scoreNum分.png,scoreNum数.png,scoreNum通.png,settingBg.png,starProgress.png,stepAni1.png,stepAni10.png,stepAni11.png,stepAni2.png,stepAni3.png,stepAni4.png,stepAni5.png,stepAni6.png,stepAni7.png,stepAni8.png,stepAni9.png,stepNum0.png,stepNum1.png,stepNum2.png,stepNum3.png,stepNum4.png,stepNum5.png,stepNum6.png,stepNum7.png,stepNum8.png,stepNum9.png,table.png,tarNum0.png,tarNum1.png,tarNum2.png,tarNum3.png,tarNum4.png,tarNum5.png,tarNum6.png,tarNum7.png,tarNum8.png,tarNum9.png,topBg.png,unlightedStar
.png,yellowCircleDown.png,yellowCircleUp.png,yellowDoorBg.png"
,
"keys"
:
"
amazing.png,blueDoorBg.png,bonusFra0.png,bonusFra1.png,bonusFra10.png,bonusFra11.png,bonusFra2.png,bonusFra3.png,bonusFra4.png,bonusFra5.png,bonusFra6.png,bonusFra7.png,bonusFra8.png,bonusFra9.png,bonusShoot.png,boom0.png,boom1.png,boom10.png,boom11.png,boom12.png,boom13.png,boom14.png,boom15.png,boom16.png,boom17.png,boom18.png,boom19.png,boom2.png,boom20.png,boom3.png,boom4.png,boom5.png,boom6.png,boom7.png,boom8.png,boom9.png,brownBallFace.png,bubbleStar1.png,bubbleStar10.png,bubbleStar11.png,bubbleStar12.png,bubbleStar13.png,bubbleStar14.png,bubbleStar15.png,bubbleStar16.png,bubbleStar17.png,bubbleStar18.png,bubbleStar19.png,bubbleStar2.png,bubbleStar3.png,bubbleStar4.png,bubbleStar5.png,bubbleStar6.png,bubbleStar7.png,bubbleStar8.png,bubbleStar9.png,bubleEle0.png,bubleEle1.png,bubleEle2.png,bubleEle3.png,bubleEle4.png,chapterNum0.png,chapterNum1.png,chapterNum2.png,chapterNum3.png,chapterNum4.png,chapterNum5.png,chapterNum6.png,chapterNum7.png,chapterNum8.png,chapterNum9.png,chapterNum关.png,chapterNum第.png,chooseRect.png,doorClosed.png,doorOpen.png,eggPiece1.png,eggPiece2.png,eggPiece3.png,eggPiece4.png,eggPiece5.png,eggStatus0.png,eggStatus1.png,eggStatus2.png,ele0Exp.png,ele0Line.png,ele1Exp.png,ele1Line.png,ele2Exp.png,ele2Line.png,ele3Exp.png,ele3Line.png,ele4Exp.png,ele4Line.png,exLighting0.png,exLighting10.png,exLighting13.png,exLighting15.png,exLighting17.png,exLighting18.png,exLighting2.png,exLighting20.png,exLighting22.png,exLighting24.png,exLighting26.png,exLighting28.png,exLighting31.png,exLighting33.png,exLighting4.png,exLighting6.png,exLighting8.png,eyeDownLeft.png,eyeDownRight.png,eyeSingle.png,gameGuide1.png,gameGuideBoard.png,great.png,greenCircleDown.png,greenCircleUp.png,greyBallFace.png,guidePropBoom.png,guidePropCow.png,guidePropHammer.png,guidePropHand.png,guidePropMsgPanel.png,guidePropShoe.png,hairballDisBg.png,hairballPiece1.png,hairballPiece2.png,hairballPiece3.png,hairballPiece4.png,hairballPiece5.png,hairballPiece6.png,hairballPiece7.png,hairballPiece8-1.png,hairballPiece8.png,hairballPiece9.png,ice2.png,ice3.png,ice4.png,ice5.jpg,ice5.png,ice6.png,jellyArrow.png,leftArrow.png,lightedStar.png,lineLight.png,lockVine.png,magicLion.png,magicLionBg.png,main_mapbottom.png,musicOff.png,musicOn.png,playBg.jpg,propNum0.png,propNum1.png,propNum2.png,propNum3.png,propNum4.png,propNum5.png,propNum6.png,propNum7.png,propNum8.png,propNum9.png,prop_count_bg.png,rectLat.png,rectLatWhite.png,redDoorBg.png,rightArrow.png,rightMark.png,rock2.png,rock3.png,rock4.png,rock5.png,rock6.png,scoreNum0.png,scoreNum1.png,scoreNum2.png,scoreNum3.png,scoreNum4.png,scoreNum5.png,scoreNum6.png,scoreNum7.png,scoreNum8.png,scoreNum9.png,scoreNum关.png,scoreNum冒号.png,scoreNum分.png,scoreNum数.png,scoreNum通.png,settingBg.png,starProgress.png,stepAni1.png,stepAni10.png,stepAni11.png,stepAni2.png,stepAni3.png,stepAni4.png,stepAni5.png,stepAni6.png,stepAni7.png,stepAni8.png,stepAni9.png,stepNum0.png,stepNum1.png,stepNum2.png,stepNum3.png,stepNum4.png,stepNum5.png,stepNum6.png,stepNum7.png,stepNum8.png,stepNum9.png,table.png,tarNum0.png,tarNum1.png,tarNum2.png,tarNum3.png,tarNum4.png,tarNum5.png,tarNum6.png,tarNum7.png,tarNum8.png,tarNum9.png,topBg.png,unlightedStar.png,wonderful
.png,yellowCircleDown.png,yellowCircleUp.png,yellowDoorBg.png"
,
"name"
:
"playScene"
},
{
...
...
src/ResJson.ts
View file @
6ab30f55
...
...
@@ -7388,12 +7388,23 @@ export const ResJson = {
}
},
{
"keys"
:
"
blueDoorBg.png,bonusFra0.png,bonusFra1.png,bonusFra10.png,bonusFra11.png,bonusFra2.png,bonusFra3.png,bonusFra4.png,bonusFra5.png,bonusFra6.png,bonusFra7.png,bonusFra8.png,bonusFra9.png,bonusShoot.png,boom0.png,boom1.png,boom10.png,boom11.png,boom12.png,boom13.png,boom14.png,boom15.png,boom16.png,boom17.png,boom18.png,boom19.png,boom2.png,boom20.png,boom3.png,boom4.png,boom5.png,boom6.png,boom7.png,boom8.png,boom9.png,brownBallFace.png,bubbleStar1.png,bubbleStar10.png,bubbleStar11.png,bubbleStar12.png,bubbleStar13.png,bubbleStar14.png,bubbleStar15.png,bubbleStar16.png,bubbleStar17.png,bubbleStar18.png,bubbleStar19.png,bubbleStar2.png,bubbleStar3.png,bubbleStar4.png,bubbleStar5.png,bubbleStar6.png,bubbleStar7.png,bubbleStar8.png,bubbleStar9.png,bubleEle0.png,bubleEle1.png,bubleEle2.png,bubleEle3.png,bubleEle4.png,chapterNum0.png,chapterNum1.png,chapterNum2.png,chapterNum3.png,chapterNum4.png,chapterNum5.png,chapterNum6.png,chapterNum7.png,chapterNum8.png,chapterNum9.png,chapterNum关.png,chapterNum第.png,chooseRect.png,doorClosed.png,doorOpen.png,eggPiece1.png,eggPiece2.png,eggPiece3.png,eggPiece4.png,eggPiece5.png,eggStatus0.png,eggStatus1.png,eggStatus2.png,ele0Exp.png,ele0Line.png,ele1Exp.png,ele1Line.png,ele2Exp.png,ele2Line.png,ele3Exp.png,ele3Line.png,ele4Exp.png,ele4Line.png,exLighting0.png,exLighting10.png,exLighting13.png,exLighting15.png,exLighting17.png,exLighting18.png,exLighting2.png,exLighting20.png,exLighting22.png,exLighting24.png,exLighting26.png,exLighting28.png,exLighting31.png,exLighting33.png,exLighting4.png,exLighting6.png,exLighting8.png,eyeDownLeft.png,eyeDownRight.png,eyeSingle.png,gameGuide1.png,gameGuideBoard.png,greenCircleDown.png,greenCircleUp.png,greyBallFace.png,guidePropBoom.png,guidePropCow.png,guidePropHammer.png,guidePropHand.png,guidePropMsgPanel.png,guidePropShoe.png,hairballDisBg.png,hairballPiece1.png,hairballPiece2.png,hairballPiece3.png,hairballPiece4.png,hairballPiece5.png,hairballPiece6.png,hairballPiece7.png,hairballPiece8-1.png,hairballPiece8.png,hairballPiece9.png,ice2.png,ice3.png,ice4.png,ice5.jpg,ice5.png,ice6.png,jellyArrow.png,leftArrow.png,lightedStar.png,lineLight.png,lockVine.png,magicLion.png,magicLionBg.png,main_mapbottom.png,musicOff.png,musicOn.png,playBg.jpg,propNum0.png,propNum1.png,propNum2.png,propNum3.png,propNum4.png,propNum5.png,propNum6.png,propNum7.png,propNum8.png,propNum9.png,prop_count_bg.png,rectLat.png,rectLatWhite.png,redDoorBg.png,rightArrow.png,rightMark.png,rock2.png,rock3.png,rock4.png,rock5.png,rock6.png,scoreNum0.png,scoreNum1.png,scoreNum2.png,scoreNum3.png,scoreNum4.png,scoreNum5.png,scoreNum6.png,scoreNum7.png,scoreNum8.png,scoreNum9.png,scoreNum关.png,scoreNum冒号.png,scoreNum分.png,scoreNum数.png,scoreNum通.png,settingBg.png,starProgress.png,stepAni1.png,stepAni10.png,stepAni11.png,stepAni2.png,stepAni3.png,stepAni4.png,stepAni5.png,stepAni6.png,stepAni7.png,stepAni8.png,stepAni9.png,stepNum0.png,stepNum1.png,stepNum2.png,stepNum3.png,stepNum4.png,stepNum5.png,stepNum6.png,stepNum7.png,stepNum8.png,stepNum9.png,table.png,tarNum0.png,tarNum1.png,tarNum2.png,tarNum3.png,tarNum4.png,tarNum5.png,tarNum6.png,tarNum7.png,tarNum8.png,tarNum9.png,topBg.png,unlightedStar
.png,yellowCircleDown.png,yellowCircleUp.png,yellowDoorBg.png"
,
"keys"
:
"
amazing.png,blueDoorBg.png,bonusFra0.png,bonusFra1.png,bonusFra10.png,bonusFra11.png,bonusFra2.png,bonusFra3.png,bonusFra4.png,bonusFra5.png,bonusFra6.png,bonusFra7.png,bonusFra8.png,bonusFra9.png,bonusShoot.png,boom0.png,boom1.png,boom10.png,boom11.png,boom12.png,boom13.png,boom14.png,boom15.png,boom16.png,boom17.png,boom18.png,boom19.png,boom2.png,boom20.png,boom3.png,boom4.png,boom5.png,boom6.png,boom7.png,boom8.png,boom9.png,brownBallFace.png,bubbleStar1.png,bubbleStar10.png,bubbleStar11.png,bubbleStar12.png,bubbleStar13.png,bubbleStar14.png,bubbleStar15.png,bubbleStar16.png,bubbleStar17.png,bubbleStar18.png,bubbleStar19.png,bubbleStar2.png,bubbleStar3.png,bubbleStar4.png,bubbleStar5.png,bubbleStar6.png,bubbleStar7.png,bubbleStar8.png,bubbleStar9.png,bubleEle0.png,bubleEle1.png,bubleEle2.png,bubleEle3.png,bubleEle4.png,chapterNum0.png,chapterNum1.png,chapterNum2.png,chapterNum3.png,chapterNum4.png,chapterNum5.png,chapterNum6.png,chapterNum7.png,chapterNum8.png,chapterNum9.png,chapterNum关.png,chapterNum第.png,chooseRect.png,doorClosed.png,doorOpen.png,eggPiece1.png,eggPiece2.png,eggPiece3.png,eggPiece4.png,eggPiece5.png,eggStatus0.png,eggStatus1.png,eggStatus2.png,ele0Exp.png,ele0Line.png,ele1Exp.png,ele1Line.png,ele2Exp.png,ele2Line.png,ele3Exp.png,ele3Line.png,ele4Exp.png,ele4Line.png,exLighting0.png,exLighting10.png,exLighting13.png,exLighting15.png,exLighting17.png,exLighting18.png,exLighting2.png,exLighting20.png,exLighting22.png,exLighting24.png,exLighting26.png,exLighting28.png,exLighting31.png,exLighting33.png,exLighting4.png,exLighting6.png,exLighting8.png,eyeDownLeft.png,eyeDownRight.png,eyeSingle.png,gameGuide1.png,gameGuideBoard.png,great.png,greenCircleDown.png,greenCircleUp.png,greyBallFace.png,guidePropBoom.png,guidePropCow.png,guidePropHammer.png,guidePropHand.png,guidePropMsgPanel.png,guidePropShoe.png,hairballDisBg.png,hairballPiece1.png,hairballPiece2.png,hairballPiece3.png,hairballPiece4.png,hairballPiece5.png,hairballPiece6.png,hairballPiece7.png,hairballPiece8-1.png,hairballPiece8.png,hairballPiece9.png,ice2.png,ice3.png,ice4.png,ice5.jpg,ice5.png,ice6.png,jellyArrow.png,leftArrow.png,lightedStar.png,lineLight.png,lockVine.png,magicLion.png,magicLionBg.png,main_mapbottom.png,musicOff.png,musicOn.png,playBg.jpg,propNum0.png,propNum1.png,propNum2.png,propNum3.png,propNum4.png,propNum5.png,propNum6.png,propNum7.png,propNum8.png,propNum9.png,prop_count_bg.png,rectLat.png,rectLatWhite.png,redDoorBg.png,rightArrow.png,rightMark.png,rock2.png,rock3.png,rock4.png,rock5.png,rock6.png,scoreNum0.png,scoreNum1.png,scoreNum2.png,scoreNum3.png,scoreNum4.png,scoreNum5.png,scoreNum6.png,scoreNum7.png,scoreNum8.png,scoreNum9.png,scoreNum关.png,scoreNum冒号.png,scoreNum分.png,scoreNum数.png,scoreNum通.png,settingBg.png,starProgress.png,stepAni1.png,stepAni10.png,stepAni11.png,stepAni2.png,stepAni3.png,stepAni4.png,stepAni5.png,stepAni6.png,stepAni7.png,stepAni8.png,stepAni9.png,stepNum0.png,stepNum1.png,stepNum2.png,stepNum3.png,stepNum4.png,stepNum5.png,stepNum6.png,stepNum7.png,stepNum8.png,stepNum9.png,table.png,tarNum0.png,tarNum1.png,tarNum2.png,tarNum3.png,tarNum4.png,tarNum5.png,tarNum6.png,tarNum7.png,tarNum8.png,tarNum9.png,topBg.png,unlightedStar.png,wonderful
.png,yellowCircleDown.png,yellowCircleUp.png,yellowDoorBg.png"
,
"name"
:
"playScene"
,
"atlas"
:
{
"amazing.png"
:
{
"x"
:
1540
,
"y"
:
752
,
"w"
:
427
,
"h"
:
132
,
"ox"
:
16
,
"oy"
:
5
,
"sw"
:
459
,
"sh"
:
142
,
"ro"
:
false
},
"blueDoorBg.png"
:
{
"x"
:
1
602
,
"y"
:
1
606
,
"x"
:
1
373
,
"y"
:
1
704
,
"w"
:
94
,
"h"
:
95
,
"ox"
:
0
,
...
...
@@ -7403,8 +7414,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra0.png"
:
{
"x"
:
1
97
,
"y"
:
2071
,
"x"
:
1
362
,
"y"
:
414
,
"w"
:
42
,
"h"
:
42
,
"ox"
:
38
,
...
...
@@ -7414,8 +7425,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra1.png"
:
{
"x"
:
494
,
"y"
:
1
582
,
"x"
:
1172
,
"y"
:
1
806
,
"w"
:
60
,
"h"
:
60
,
"ox"
:
30
,
...
...
@@ -7425,8 +7436,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra10.png"
:
{
"x"
:
1
840
,
"y"
:
1
302
,
"x"
:
1
759
,
"y"
:
1
520
,
"w"
:
120
,
"h"
:
120
,
"ox"
:
0
,
...
...
@@ -7436,8 +7447,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra11.png"
:
{
"x"
:
1
718
,
"y"
:
1
302
,
"x"
:
1
637
,
"y"
:
1
520
,
"w"
:
120
,
"h"
:
120
,
"ox"
:
0
,
...
...
@@ -7447,8 +7458,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra2.png"
:
{
"x"
:
1
441
,
"y"
:
19
70
,
"x"
:
1
688
,
"y"
:
19
62
,
"w"
:
80
,
"h"
:
80
,
"ox"
:
20
,
...
...
@@ -7458,8 +7469,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra3.png"
:
{
"x"
:
1
934
,
"y"
:
1
058
,
"x"
:
1
177
,
"y"
:
1
706
,
"w"
:
98
,
"h"
:
98
,
"ox"
:
11
,
...
...
@@ -7469,8 +7480,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra4.png"
:
{
"x"
:
1128
,
"y"
:
2
014
,
"x"
:
2095
,
"y"
:
2
,
"w"
:
112
,
"h"
:
112
,
"ox"
:
4
,
...
...
@@ -7480,8 +7491,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra5.png"
:
{
"x"
:
15
96
,
"y"
:
1
30
8
,
"x"
:
15
05
,
"y"
:
1
58
8
,
"w"
:
120
,
"h"
:
120
,
"ox"
:
0
,
...
...
@@ -7491,8 +7502,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra6.png"
:
{
"x"
:
1
337
,
"y"
:
1
504
,
"x"
:
1
084
,
"y"
:
1
872
,
"w"
:
120
,
"h"
:
120
,
"ox"
:
0
,
...
...
@@ -7502,8 +7513,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra7.png"
:
{
"x"
:
1
215
,
"y"
:
1
504
,
"x"
:
1
050
,
"y"
:
1
750
,
"w"
:
120
,
"h"
:
120
,
"ox"
:
0
,
...
...
@@ -7513,8 +7524,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra8.png"
:
{
"x"
:
10
93
,
"y"
:
1
504
,
"x"
:
10
55
,
"y"
:
1
628
,
"w"
:
120
,
"h"
:
120
,
"ox"
:
0
,
...
...
@@ -7524,8 +7535,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusFra9.png"
:
{
"x"
:
372
,
"y"
:
150
8
,
"x"
:
1055
,
"y"
:
150
6
,
"w"
:
120
,
"h"
:
120
,
"ox"
:
0
,
...
...
@@ -7535,8 +7546,8 @@ export const ResJson = {
"ro"
:
false
},
"bonusShoot.png"
:
{
"x"
:
2
,
"y"
:
2071
,
"x"
:
1406
,
"y"
:
827
,
"w"
:
95
,
"h"
:
37
,
"ox"
:
0
,
...
...
@@ -7546,8 +7557,8 @@ export const ResJson = {
"ro"
:
false
},
"boom0.png"
:
{
"x"
:
1
973
,
"y"
:
1
43
,
"x"
:
1
282
,
"y"
:
1
895
,
"w"
:
54
,
"h"
:
54
,
"ox"
:
102
,
...
...
@@ -7557,8 +7568,8 @@ export const ResJson = {
"ro"
:
false
},
"boom1.png"
:
{
"x"
:
1
771
,
"y"
:
1
424
,
"x"
:
1
469
,
"y"
:
1
710
,
"w"
:
92
,
"h"
:
92
,
"ox"
:
83
,
...
...
@@ -7568,8 +7579,8 @@ export const ResJson = {
"ro"
:
false
},
"boom10.png"
:
{
"x"
:
672
,
"y"
:
1653
,
"x"
:
1496
,
"y"
:
886
,
"w"
:
252
,
"h"
:
252
,
"ox"
:
4
,
...
...
@@ -7579,8 +7590,8 @@ export const ResJson = {
"ro"
:
false
},
"boom11.png"
:
{
"x"
:
1440
,
"y"
:
1
05
8
,
"x"
:
685
,
"y"
:
1
19
8
,
"w"
:
248
,
"h"
:
248
,
"ox"
:
5
,
...
...
@@ -7590,30 +7601,30 @@ export const ResJson = {
"ro"
:
false
},
"boom12.png"
:
{
"x"
:
1
314
,
"y"
:
1
626
,
"x"
:
1
186
,
"y"
:
1
384
,
"w"
:
158
,
"h"
:
172
,
"ox"
:
53
,
"oy"
:
45
,
"sw"
:
260
,
"sh"
:
260
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"boom13.png"
:
{
"x"
:
678
,
"y"
:
1
907
,
"x"
:
1177
,
"y"
:
1
544
,
"w"
:
160
,
"h"
:
172
,
"ox"
:
51
,
"oy"
:
45
,
"sw"
:
260
,
"sh"
:
260
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"boom14.png"
:
{
"x"
:
496
,
"y"
:
1
929
,
"x"
:
1638
,
"y"
:
1
350
,
"w"
:
168
,
"h"
:
180
,
"ox"
:
47
,
...
...
@@ -7623,41 +7634,41 @@ export const ResJson = {
"ro"
:
true
},
"boom15.png"
:
{
"x"
:
1128
,
"y"
:
1
822
,
"x"
:
2014
,
"y"
:
1
291
,
"w"
:
176
,
"h"
:
190
,
"ox"
:
43
,
"oy"
:
36
,
"sw"
:
260
,
"sh"
:
260
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"boom16.png"
:
{
"x"
:
926
,
"y"
:
1
838
,
"x"
:
1828
,
"y"
:
1
136
,
"w"
:
184
,
"h"
:
200
,
"ox"
:
39
,
"oy"
:
31
,
"sw"
:
260
,
"sh"
:
260
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"boom17.png"
:
{
"x"
:
1
763
,
"y"
:
6
0
,
"x"
:
1
638
,
"y"
:
114
0
,
"w"
:
188
,
"h"
:
208
,
"ox"
:
37
,
"oy"
:
27
,
"sw"
:
260
,
"sh"
:
260
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"boom18.png"
:
{
"x"
:
926
,
"y"
:
1
630
,
"x"
:
685
,
"y"
:
1
448
,
"w"
:
190
,
"h"
:
206
,
"ox"
:
36
,
...
...
@@ -7667,19 +7678,19 @@ export const ResJson = {
"ro"
:
false
},
"boom19.png"
:
{
"x"
:
1093
,
"y"
:
1302
,
"x"
:
2014
,
"y"
:
749
,
"w"
:
188
,
"h"
:
200
,
"ox"
:
37
,
"oy"
:
31
,
"sw"
:
260
,
"sh"
:
260
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"boom2.png"
:
{
"x"
:
1459
,
"y"
:
1
474
,
"x"
:
952
,
"y"
:
1
900
,
"w"
:
130
,
"h"
:
130
,
"ox"
:
64
,
...
...
@@ -7689,8 +7700,8 @@ export const ResJson = {
"ro"
:
false
},
"boom20.png"
:
{
"x"
:
8
56
,
"y"
:
1
0
48
,
"x"
:
8
77
,
"y"
:
1
4
48
,
"w"
:
176
,
"h"
:
190
,
"ox"
:
42
,
...
...
@@ -7700,8 +7711,8 @@ export const ResJson = {
"ro"
:
false
},
"boom3.png"
:
{
"x"
:
1
43
0
,
"y"
:
13
08
,
"x"
:
1
36
0
,
"y"
:
13
84
,
"w"
:
164
,
"h"
:
164
,
"ox"
:
48
,
...
...
@@ -7711,8 +7722,8 @@ export const ResJson = {
"ro"
:
false
},
"boom4.png"
:
{
"x"
:
1118
,
"y"
:
1626
,
"x"
:
2000
,
"y"
:
939
,
"w"
:
194
,
"h"
:
194
,
"ox"
:
33
,
...
...
@@ -7722,8 +7733,8 @@ export const ResJson = {
"ro"
:
false
},
"boom5.png"
:
{
"x"
:
1
808
,
"y"
:
76
8
,
"x"
:
1
420
,
"y"
:
115
8
,
"w"
:
216
,
"h"
:
216
,
"ox"
:
22
,
...
...
@@ -7733,8 +7744,8 @@ export const ResJson = {
"ro"
:
false
},
"boom6.png"
:
{
"x"
:
1
808
,
"y"
:
542
,
"x"
:
1
194
,
"y"
:
1158
,
"w"
:
224
,
"h"
:
224
,
"ox"
:
18
,
...
...
@@ -7744,8 +7755,8 @@ export const ResJson = {
"ro"
:
false
},
"boom7.png"
:
{
"x"
:
857
,
"y"
:
1
394
,
"x"
:
958
,
"y"
:
1
142
,
"w"
:
234
,
"h"
:
234
,
"ox"
:
13
,
...
...
@@ -7755,8 +7766,8 @@ export const ResJson = {
"ro"
:
false
},
"boom8.png"
:
{
"x"
:
1690
,
"y"
:
1
058
,
"x"
:
806
,
"y"
:
1
656
,
"w"
:
242
,
"h"
:
242
,
"ox"
:
9
,
...
...
@@ -7766,8 +7777,8 @@ export const ResJson = {
"ro"
:
false
},
"boom9.png"
:
{
"x"
:
1
034
,
"y"
:
1052
,
"x"
:
1
750
,
"y"
:
886
,
"w"
:
248
,
"h"
:
248
,
"ox"
:
6
,
...
...
@@ -7777,19 +7788,19 @@ export const ResJson = {
"ro"
:
false
},
"brownBallFace.png"
:
{
"x"
:
1
552
,
"y"
:
18
92
,
"x"
:
1
840
,
"y"
:
18
88
,
"w"
:
76
,
"h"
:
72
,
"ox"
:
2
,
"oy"
:
6
,
"sw"
:
80
,
"sh"
:
80
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"bubbleStar1.png"
:
{
"x"
:
1
676
,
"y"
:
1
857
,
"x"
:
1
580
,
"y"
:
1
784
,
"w"
:
18
,
"h"
:
10
,
"ox"
:
32
,
...
...
@@ -7799,19 +7810,19 @@ export const ResJson = {
"ro"
:
true
},
"bubbleStar10.png"
:
{
"x"
:
1
49
,
"y"
:
2071
,
"x"
:
1
362
,
"y"
:
366
,
"w"
:
46
,
"h"
:
42
,
"ox"
:
18
,
"oy"
:
27
,
"sw"
:
90
,
"sh"
:
90
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"bubbleStar11.png"
:
{
"x"
:
13
06
,
"y"
:
1
960
,
"x"
:
13
38
,
"y"
:
1
895
,
"w"
:
46
,
"h"
:
44
,
"ox"
:
19
,
...
...
@@ -7821,8 +7832,8 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar12.png"
:
{
"x"
:
1
995
,
"y"
:
1
5
06
,
"x"
:
1
234
,
"y"
:
1
8
06
,
"w"
:
46
,
"h"
:
46
,
"ox"
:
19
,
...
...
@@ -7832,19 +7843,19 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar13.png"
:
{
"x"
:
678
,
"y"
:
2081
,
"x"
:
2182
,
"y"
:
1709
,
"w"
:
42
,
"h"
:
28
,
"ox"
:
21
,
"oy"
:
27
,
"sw"
:
90
,
"sh"
:
90
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"bubbleStar14.png"
:
{
"x"
:
1801
,
"y"
:
2093
,
"x"
:
2165
,
"y"
:
1677
,
"w"
:
38
,
"h"
:
30
,
"ox"
:
24
,
...
...
@@ -7854,8 +7865,8 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar15.png"
:
{
"x"
:
806
,
"y"
:
2081
,
"x"
:
1172
,
"y"
:
1994
,
"w"
:
32
,
"h"
:
30
,
"ox"
:
27
,
...
...
@@ -7865,8 +7876,8 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar16.png"
:
{
"x"
:
2
,
"y"
:
211
0
,
"x"
:
1496
,
"y"
:
114
0
,
"w"
:
24
,
"h"
:
16
,
"ox"
:
33
,
...
...
@@ -7876,8 +7887,8 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar17.png"
:
{
"x"
:
1893
,
"y"
:
1500
,
"x"
:
986
,
"y"
:
848
,
"w"
:
18
,
"h"
:
16
,
"ox"
:
32
,
...
...
@@ -7887,8 +7898,8 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar18.png"
:
{
"x"
:
362
,
"y"
:
2109
,
"x"
:
1564
,
"y"
:
366
,
"w"
:
14
,
"h"
:
14
,
"ox"
:
32
,
...
...
@@ -7898,8 +7909,8 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar19.png"
:
{
"x"
:
1
1
20
,
"y"
:
2024
,
"x"
:
1
4
20
,
"y"
:
1376
,
"w"
:
6
,
"h"
:
6
,
"ox"
:
34
,
...
...
@@ -7909,19 +7920,19 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar2.png"
:
{
"x"
:
2029
,
"y"
:
1
43
,
"x"
:
1234
,
"y"
:
1
854
,
"w"
:
24
,
"h"
:
12
,
"ox"
:
30
,
"oy"
:
62
,
"sw"
:
90
,
"sh"
:
90
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"bubbleStar3.png"
:
{
"x"
:
41
0
,
"y"
:
1
630
,
"x"
:
182
0
,
"y"
:
1
498
,
"w"
:
32
,
"h"
:
20
,
"ox"
:
25
,
...
...
@@ -7931,8 +7942,8 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar4.png"
:
{
"x"
:
1
291
,
"y"
:
254
,
"x"
:
1
918
,
"y"
:
1936
,
"w"
:
38
,
"h"
:
24
,
"ox"
:
22
,
...
...
@@ -7942,8 +7953,8 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar5.png"
:
{
"x"
:
1757
,
"y"
:
2093
,
"x"
:
2145
,
"y"
:
1757
,
"w"
:
42
,
"h"
:
28
,
"ox"
:
21
,
...
...
@@ -7953,8 +7964,8 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar6.png"
:
{
"x"
:
1
859
,
"y"
:
1
968
,
"x"
:
1
386
,
"y"
:
1
895
,
"w"
:
44
,
"h"
:
28
,
"ox"
:
20
,
...
...
@@ -7964,41 +7975,41 @@ export const ResJson = {
"ro"
:
false
},
"bubbleStar7.png"
:
{
"x"
:
1556
,
"y"
:
1858
,
"x"
:
2182
,
"y"
:
419
,
"w"
:
46
,
"h"
:
32
,
"ox"
:
19
,
"oy"
:
44
,
"sw"
:
90
,
"sh"
:
90
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"bubbleStar8.png"
:
{
"x"
:
287
,
"y"
:
2071
,
"x"
:
1918
,
"y"
:
1888
,
"w"
:
46
,
"h"
:
38
,
"ox"
:
19
,
"oy"
:
39
,
"sw"
:
90
,
"sh"
:
90
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"bubbleStar9.png"
:
{
"x"
:
2
41
,
"y"
:
2071
,
"x"
:
2
174
,
"y"
:
497
,
"w"
:
44
,
"h"
:
40
,
"ox"
:
19
,
"oy"
:
33
,
"sw"
:
90
,
"sh"
:
90
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"bubleEle0.png"
:
{
"x"
:
1934
,
"y"
:
1
906
,
"x"
:
2065
,
"y"
:
1
709
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8008,8 +8019,8 @@ export const ResJson = {
"ro"
:
false
},
"bubleEle1.png"
:
{
"x"
:
19
34
,
"y"
:
1
826
,
"x"
:
19
85
,
"y"
:
1
707
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8019,8 +8030,8 @@ export const ResJson = {
"ro"
:
false
},
"bubleEle2.png"
:
{
"x"
:
1854
,
"y"
:
1
840
,
"x"
:
2085
,
"y"
:
1
629
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8030,8 +8041,8 @@ export const ResJson = {
"ro"
:
false
},
"bubleEle3.png"
:
{
"x"
:
19
34
,
"y"
:
1
746
,
"x"
:
19
28
,
"y"
:
1
578
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8041,8 +8052,8 @@ export const ResJson = {
"ro"
:
false
},
"bubleEle4.png"
:
{
"x"
:
1934
,
"y"
:
1
666
,
"x"
:
2121
,
"y"
:
1
549
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8052,8 +8063,8 @@ export const ResJson = {
"ro"
:
false
},
"chapterNum0.png"
:
{
"x"
:
2
016
,
"y"
:
1257
,
"x"
:
2
145
,
"y"
:
2014
,
"w"
:
22
,
"h"
:
28
,
"ox"
:
0
,
...
...
@@ -8063,8 +8074,8 @@ export const ResJson = {
"ro"
:
false
},
"chapterNum1.png"
:
{
"x"
:
1683
,
"y"
:
1970
,
"x"
:
638
,
"y"
:
848
,
"w"
:
18
,
"h"
:
28
,
"ox"
:
0
,
...
...
@@ -8074,8 +8085,8 @@ export const ResJson = {
"ro"
:
false
},
"chapterNum2.png"
:
{
"x"
:
1980
,
"y"
:
1986
,
"x"
:
2121
,
"y"
:
2014
,
"w"
:
22
,
"h"
:
28
,
"ox"
:
0
,
...
...
@@ -8085,8 +8096,8 @@ export const ResJson = {
"ro"
:
false
},
"chapterNum3.png"
:
{
"x"
:
62
5
,
"y"
:
20
99
,
"x"
:
208
5
,
"y"
:
20
16
,
"w"
:
22
,
"h"
:
28
,
"ox"
:
0
,
...
...
@@ -8096,41 +8107,41 @@ export const ResJson = {
"ro"
:
true
},
"chapterNum4.png"
:
{
"x"
:
1404
,
"y"
:
656
,
"x"
:
2182
,
"y"
:
467
,
"w"
:
24
,
"h"
:
28
,
"ox"
:
0
,
"oy"
:
2
,
"sw"
:
24
,
"sh"
:
34
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"chapterNum5.png"
:
{
"x"
:
595
,
"y"
:
2099
,
"x"
:
2191
,
"y"
:
1792
,
"w"
:
22
,
"h"
:
28
,
"ox"
:
0
,
"oy"
:
2
,
"sw"
:
22
,
"sh"
:
34
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"chapterNum6.png"
:
{
"x"
:
565
,
"y"
:
2099
,
"x"
:
2192
,
"y"
:
651
,
"w"
:
22
,
"h"
:
28
,
"ox"
:
0
,
"oy"
:
2
,
"sw"
:
22
,
"sh"
:
34
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"chapterNum7.png"
:
{
"x"
:
535
,
"y"
:
2099
,
"x"
:
2162
,
"y"
:
651
,
"w"
:
22
,
"h"
:
28
,
"ox"
:
0
,
...
...
@@ -8140,8 +8151,8 @@ export const ResJson = {
"ro"
:
true
},
"chapterNum8.png"
:
{
"x"
:
1905
,
"y"
:
1968
,
"x"
:
2191
,
"y"
:
385
,
"w"
:
22
,
"h"
:
28
,
"ox"
:
0
,
...
...
@@ -8151,8 +8162,8 @@ export const ResJson = {
"ro"
:
false
},
"chapterNum9.png"
:
{
"x"
:
1992
,
"y"
:
1
034
,
"x"
:
2011
,
"y"
:
1
469
,
"w"
:
22
,
"h"
:
28
,
"ox"
:
0
,
...
...
@@ -8162,19 +8173,19 @@ export const ResJson = {
"ro"
:
true
},
"chapterNum关.png"
:
{
"x"
:
1678
,
"y"
:
2093
,
"x"
:
2121
,
"y"
:
1945
,
"w"
:
33
,
"h"
:
34
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
33
,
"sh"
:
34
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"chapterNum第.png"
:
{
"x"
:
879
,
"y"
:
2063
,
"x"
:
2085
,
"y"
:
1945
,
"w"
:
34
,
"h"
:
34
,
"ox"
:
0
,
...
...
@@ -8184,8 +8195,8 @@ export const ResJson = {
"ro"
:
false
},
"chooseRect.png"
:
{
"x"
:
40
6
,
"y"
:
203
7
,
"x"
:
208
6
,
"y"
:
49
7
,
"w"
:
86
,
"h"
:
83
,
"ox"
:
0
,
...
...
@@ -8195,19 +8206,19 @@ export const ResJson = {
"ro"
:
false
},
"doorClosed.png"
:
{
"x"
:
1
601
,
"y"
:
2052
,
"x"
:
1
958
,
"y"
:
1888
,
"w"
:
74
,
"h"
:
75
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
74
,
"sh"
:
75
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"doorOpen.png"
:
{
"x"
:
1839
,
"y"
:
1
998
,
"x"
:
2112
,
"y"
:
1
867
,
"w"
:
76
,
"h"
:
76
,
"ox"
:
0
,
...
...
@@ -8217,30 +8228,30 @@ export const ResJson = {
"ro"
:
false
},
"eggPiece1.png"
:
{
"x"
:
1
683
,
"y"
:
2000
,
"x"
:
1
006
,
"y"
:
848
,
"w"
:
13
,
"h"
:
16
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
13
,
"sh"
:
16
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"eggPiece2.png"
:
{
"x"
:
1459
,
"y"
:
1606
,
"x"
:
2196
,
"y"
:
990
,
"w"
:
18
,
"h"
:
13
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
18
,
"sh"
:
13
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"eggPiece3.png"
:
{
"x"
:
1
604
,
"y"
:
1
857
,
"x"
:
1
386
,
"y"
:
1
925
,
"w"
:
34
,
"h"
:
33
,
"ox"
:
0
,
...
...
@@ -8250,41 +8261,41 @@ export const ResJson = {
"ro"
:
false
},
"eggPiece4.png"
:
{
"x"
:
72
,
"y"
:
2110
,
"x"
:
1910
,
"y"
:
1362
,
"w"
:
16
,
"h"
:
17
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
16
,
"sh"
:
17
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"eggPiece5.png"
:
{
"x"
:
1430
,
"y"
:
147
4
,
"x"
:
2169
,
"y"
:
201
4
,
"w"
:
22
,
"h"
:
27
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
22
,
"sh"
:
27
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"eggStatus0.png"
:
{
"x"
:
1
470
,
"y"
:
18
92
,
"x"
:
1
918
,
"y"
:
18
06
,
"w"
:
80
,
"h"
:
76
,
"ox"
:
0
,
"oy"
:
2
,
"sw"
:
80
,
"sh"
:
80
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"eggStatus1.png"
:
{
"x"
:
1
314
,
"y"
:
18
00
,
"x"
:
1
592
,
"y"
:
18
73
,
"w"
:
80
,
"h"
:
76
,
"ox"
:
0
,
...
...
@@ -8294,19 +8305,19 @@ export const ResJson = {
"ro"
:
false
},
"eggStatus2.png"
:
{
"x"
:
17
82
,
"y"
:
1
772
,
"x"
:
17
58
,
"y"
:
1
888
,
"w"
:
80
,
"h"
:
70
,
"ox"
:
0
,
"oy"
:
8
,
"sw"
:
80
,
"sh"
:
80
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"ele0Exp.png"
:
{
"x"
:
1
359
,
"y"
:
204
2
,
"x"
:
1
606
,
"y"
:
196
2
,
"w"
:
80
,
"h"
:
80
,
"ox"
:
0
,
...
...
@@ -8316,8 +8327,8 @@ export const ResJson = {
"ro"
:
false
},
"ele0Line.png"
:
{
"x"
:
1
776
,
"y"
:
1
690
,
"x"
:
1
840
,
"y"
:
1
806
,
"w"
:
76
,
"h"
:
80
,
"ox"
:
1
,
...
...
@@ -8327,8 +8338,8 @@ export const ResJson = {
"ro"
:
false
},
"ele1Exp.png"
:
{
"x"
:
1
359
,
"y"
:
196
0
,
"x"
:
1
524
,
"y"
:
196
2
,
"w"
:
80
,
"h"
:
80
,
"ox"
:
0
,
...
...
@@ -8338,8 +8349,8 @@ export const ResJson = {
"ro"
:
false
},
"ele1Line.png"
:
{
"x"
:
14
74
,
"y"
:
1
810
,
"x"
:
14
42
,
"y"
:
1
962
,
"w"
:
80
,
"h"
:
80
,
"ox"
:
0
,
...
...
@@ -8349,8 +8360,8 @@ export const ResJson = {
"ro"
:
false
},
"ele2Exp.png"
:
{
"x"
:
13
88
,
"y"
:
1
878
,
"x"
:
13
60
,
"y"
:
1
962
,
"w"
:
80
,
"h"
:
80
,
"ox"
:
0
,
...
...
@@ -8360,8 +8371,8 @@ export const ResJson = {
"ro"
:
false
},
"ele2Line.png"
:
{
"x"
:
1
306
,
"y"
:
18
78
,
"x"
:
1
758
,
"y"
:
18
06
,
"w"
:
80
,
"h"
:
80
,
"ox"
:
0
,
...
...
@@ -8371,8 +8382,8 @@ export const ResJson = {
"ro"
:
false
},
"ele3Exp.png"
:
{
"x"
:
1
698
,
"y"
:
1
700
,
"x"
:
1
514
,
"y"
:
1
804
,
"w"
:
76
,
"h"
:
80
,
"ox"
:
2
,
...
...
@@ -8382,8 +8393,8 @@ export const ResJson = {
"ro"
:
false
},
"ele3Line.png"
:
{
"x"
:
14
41
,
"y"
:
2052
,
"x"
:
14
32
,
"y"
:
1886
,
"w"
:
74
,
"h"
:
80
,
"ox"
:
2
,
...
...
@@ -8393,8 +8404,8 @@ export const ResJson = {
"ro"
:
true
},
"ele4Exp.png"
:
{
"x"
:
1
961
,
"y"
:
1
424
,
"x"
:
1
592
,
"y"
:
1
791
,
"w"
:
80
,
"h"
:
80
,
"ox"
:
0
,
...
...
@@ -8404,19 +8415,19 @@ export const ResJson = {
"ro"
:
false
},
"ele4Line.png"
:
{
"x"
:
18
35
,
"y"
:
1
51
8
,
"x"
:
18
28
,
"y"
:
1
33
8
,
"w"
:
78
,
"h"
:
80
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
80
,
"sh"
:
80
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"exLighting0.png"
:
{
"x"
:
840
,
"y"
:
1
985
,
"x"
:
1928
,
"y"
:
1
338
,
"w"
:
76
,
"h"
:
84
,
"ox"
:
7
,
...
...
@@ -8426,41 +8437,41 @@ export const ResJson = {
"ro"
:
true
},
"exLighting10.png"
:
{
"x"
:
1
59
6
,
"y"
:
1
781
,
"x"
:
1
20
6
,
"y"
:
1
868
,
"w"
:
92
,
"h"
:
74
,
"ox"
:
4
,
"oy"
:
10
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"exLighting13.png"
:
{
"x"
:
1
690
,
"y"
:
1
782
,
"x"
:
1
282
,
"y"
:
1
803
,
"w"
:
90
,
"h"
:
76
,
"ox"
:
2
,
"oy"
:
12
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"exLighting15.png"
:
{
"x"
:
1
7
74
,
"y"
:
1
606
,
"x"
:
1
6
74
,
"y"
:
1
801
,
"w"
:
82
,
"h"
:
76
,
"ox"
:
4
,
"oy"
:
12
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"exLighting17.png"
:
{
"x"
:
1
591
,
"y"
:
1
526
,
"x"
:
1
674
,
"y"
:
1
879
,
"w"
:
78
,
"h"
:
82
,
"ox"
:
7
,
...
...
@@ -8470,19 +8481,19 @@ export const ResJson = {
"ro"
:
true
},
"exLighting18.png"
:
{
"x"
:
84
0
,
"y"
:
1
907
,
"x"
:
185
0
,
"y"
:
1
642
,
"w"
:
76
,
"h"
:
84
,
"ox"
:
7
,
"oy"
:
7
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"exLighting2.png"
:
{
"x"
:
1
603
,
"y"
:
19
70
,
"x"
:
1
850
,
"y"
:
19
62
,
"w"
:
78
,
"h"
:
80
,
"ox"
:
2
,
...
...
@@ -8492,8 +8503,8 @@ export const ResJson = {
"ro"
:
false
},
"exLighting20.png"
:
{
"x"
:
1
523
,
"y"
:
19
70
,
"x"
:
1
770
,
"y"
:
19
62
,
"w"
:
78
,
"h"
:
80
,
"ox"
:
2
,
...
...
@@ -8503,19 +8514,19 @@ export const ResJson = {
"ro"
:
false
},
"exLighting22.png"
:
{
"x"
:
1693
,
"y"
:
1430
,
"x"
:
2086
,
"y"
:
419
,
"w"
:
94
,
"h"
:
76
,
"ox"
:
0
,
"oy"
:
12
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"exLighting24.png"
:
{
"x"
:
1
86
5
,
"y"
:
1
424
,
"x"
:
1
62
5
,
"y"
:
1
715
,
"w"
:
94
,
"h"
:
74
,
"ox"
:
0
,
...
...
@@ -8525,52 +8536,52 @@ export const ResJson = {
"ro"
:
false
},
"exLighting26.png"
:
{
"x"
:
1
90
0
,
"y"
:
986
,
"x"
:
1
36
0
,
"y"
:
1803
,
"w"
:
90
,
"h"
:
70
,
"ox"
:
4
,
"oy"
:
17
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"exLighting28.png"
:
{
"x"
:
1
698
,
"y"
:
1
606
,
"x"
:
1
721
,
"y"
:
1
725
,
"w"
:
92
,
"h"
:
74
,
"ox"
:
4
,
"oy"
:
10
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"exLighting31.png"
:
{
"x"
:
1
010
,
"y"
:
1
302
,
"x"
:
1
815
,
"y"
:
1
728
,
"w"
:
90
,
"h"
:
76
,
"ox"
:
2
,
"oy"
:
12
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"exLighting33.png"
:
{
"x"
:
1
7
74
,
"y"
:
1
606
,
"x"
:
1
6
74
,
"y"
:
1
801
,
"w"
:
82
,
"h"
:
76
,
"ox"
:
4
,
"oy"
:
12
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"exLighting4.png"
:
{
"x"
:
1602
,
"y"
:
1703
,
"x"
:
2095
,
"y"
:
341
,
"w"
:
94
,
"h"
:
76
,
"ox"
:
0
,
...
...
@@ -8580,8 +8591,8 @@ export const ResJson = {
"ro"
:
false
},
"exLighting6.png"
:
{
"x"
:
1962
,
"y"
:
1300
,
"x"
:
2086
,
"y"
:
582
,
"w"
:
94
,
"h"
:
74
,
"ox"
:
0
,
...
...
@@ -8591,41 +8602,41 @@ export const ResJson = {
"ro"
:
true
},
"exLighting8.png"
:
{
"x"
:
1
80
8
,
"y"
:
986
,
"x"
:
1
28
8
,
"y"
:
1951
,
"w"
:
90
,
"h"
:
70
,
"ox"
:
4
,
"oy"
:
17
,
"sw"
:
100
,
"sh"
:
100
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"eyeDownLeft.png"
:
{
"x"
:
386
,
"y"
:
1
630
,
"x"
:
935
,
"y"
:
1
278
,
"w"
:
22
,
"h"
:
21
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
22
,
"sh"
:
21
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"eyeDownRight.png"
:
{
"x"
:
88
5
,
"y"
:
1
630
,
"x"
:
93
5
,
"y"
:
1
254
,
"w"
:
22
,
"h"
:
21
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
22
,
"sh"
:
21
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"eyeSingle.png"
:
{
"x"
:
1
915
,
"y"
:
1
586
,
"x"
:
1
260
,
"y"
:
1
854
,
"w"
:
12
,
"h"
:
11
,
"ox"
:
0
,
...
...
@@ -8646,19 +8657,30 @@ export const ResJson = {
"ro"
:
false
},
"gameGuideBoard.png"
:
{
"x"
:
372
,
"y"
:
883
,
"x"
:
638
,
"y"
:
280
,
"w"
:
623
,
"h"
:
182
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
623
,
"sh"
:
182
,
"ro"
:
false
},
"great.png"
:
{
"x"
:
1942
,
"y"
:
382
,
"w"
:
365
,
"h"
:
142
,
"ox"
:
47
,
"oy"
:
0
,
"sw"
:
459
,
"sh"
:
142
,
"ro"
:
true
},
"greenCircleDown.png"
:
{
"x"
:
1
283
,
"y"
:
13
9
6
,
"x"
:
1
526
,
"y"
:
13
7
6
,
"w"
:
108
,
"h"
:
106
,
"ox"
:
0
,
...
...
@@ -8668,19 +8690,19 @@ export const ResJson = {
"ro"
:
false
},
"greenCircleUp.png"
:
{
"x"
:
1
474
,
"y"
:
1
606
,
"x"
:
1
055
,
"y"
:
1
378
,
"w"
:
129
,
"h"
:
126
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
129
,
"sh"
:
126
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"greyBallFace.png"
:
{
"x"
:
15
23
,
"y"
:
2052
,
"x"
:
15
14
,
"y"
:
1886
,
"w"
:
76
,
"h"
:
74
,
"ox"
:
2
,
...
...
@@ -8690,63 +8712,63 @@ export const ResJson = {
"ro"
:
false
},
"guidePropBoom.png"
:
{
"x"
:
1
037
,
"y"
:
2024
,
"x"
:
1
749
,
"y"
:
1642
,
"w"
:
81
,
"h"
:
99
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
81
,
"sh"
:
99
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"guidePropCow.png"
:
{
"x"
:
556
,
"y"
:
13
98
,
"x"
:
430
,
"y"
:
13
55
,
"w"
:
253
,
"h"
:
299
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
253
,
"sh"
:
299
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"guidePropHammer.png"
:
{
"x"
:
1242
,
"y"
:
2014
,
"x"
:
2095
,
"y"
:
116
,
"w"
:
109
,
"h"
:
115
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
109
,
"sh"
:
115
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"guidePropHand.png"
:
{
"x"
:
1973
,
"y"
:
6
0
,
"x"
:
2086
,
"y"
:
6
78
,
"w"
:
81
,
"h"
:
67
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
81
,
"sh"
:
67
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"guidePropMsgPanel.png"
:
{
"x"
:
1291
,
"y"
:
60
,
"x"
:
430
,
"y"
:
883
,
"w"
:
470
,
"h"
:
192
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
470
,
"sh"
:
192
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"guidePropShoe.png"
:
{
"x"
:
9
26
,
"y"
:
202
4
,
"x"
:
15
26
,
"y"
:
148
4
,
"w"
:
102
,
"h"
:
109
,
"ox"
:
0
,
...
...
@@ -8756,8 +8778,8 @@ export const ResJson = {
"ro"
:
true
},
"hairballDisBg.png"
:
{
"x"
:
494
,
"y"
:
1
508
,
"x"
:
1563
,
"y"
:
1
710
,
"w"
:
72
,
"h"
:
60
,
"ox"
:
4
,
...
...
@@ -8767,8 +8789,8 @@ export const ResJson = {
"ro"
:
true
},
"hairballPiece1.png"
:
{
"x"
:
1010
,
"y"
:
12
40
,
"x"
:
658
,
"y"
:
12
39
,
"w"
:
39
,
"h"
:
22
,
"ox"
:
0
,
...
...
@@ -8778,19 +8800,19 @@ export const ResJson = {
"ro"
:
true
},
"hairballPiece2.png"
:
{
"x"
:
494
,
"y"
:
2099
,
"x"
:
2152
,
"y"
:
1826
,
"w"
:
39
,
"h"
:
23
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
39
,
"sh"
:
23
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"hairballPiece3.png"
:
{
"x"
:
1784
,
"y"
:
583
,
"x"
:
661
,
"y"
:
1280
,
"w"
:
35
,
"h"
:
22
,
"ox"
:
0
,
...
...
@@ -8800,8 +8822,8 @@ export const ResJson = {
"ro"
:
true
},
"hairballPiece4.png"
:
{
"x"
:
1784
,
"y"
:
542
,
"x"
:
658
,
"y"
:
1198
,
"w"
:
39
,
"h"
:
22
,
"ox"
:
0
,
...
...
@@ -8811,8 +8833,8 @@ export const ResJson = {
"ro"
:
true
},
"hairballPiece5.png"
:
{
"x"
:
335
,
"y"
:
2109
,
"x"
:
1854
,
"y"
:
1498
,
"w"
:
25
,
"h"
:
17
,
"ox"
:
0
,
...
...
@@ -8822,19 +8844,19 @@ export const ResJson = {
"ro"
:
false
},
"hairballPiece6.png"
:
{
"x"
:
1
962
,
"y"
:
1396
,
"x"
:
1
263
,
"y"
:
280
,
"w"
:
40
,
"h"
:
26
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
40
,
"sh"
:
26
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"hairballPiece7.png"
:
{
"x"
:
1784
,
"y"
:
620
,
"x"
:
661
,
"y"
:
1317
,
"w"
:
31
,
"h"
:
22
,
"ox"
:
0
,
...
...
@@ -8844,41 +8866,41 @@ export const ResJson = {
"ro"
:
true
},
"hairballPiece8-1.png"
:
{
"x"
:
2
004
,
"y"
:
1
396
,
"x"
:
2
191
,
"y"
:
1
753
,
"w"
:
37
,
"h"
:
23
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
37
,
"sh"
:
23
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"hairballPiece8.png"
:
{
"x"
:
191
7
,
"y"
:
1
998
,
"x"
:
217
7
,
"y"
:
1
826
,
"w"
:
37
,
"h"
:
28
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
37
,
"sh"
:
28
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"hairballPiece9.png"
:
{
"x"
:
1714
,
"y"
:
2093
,
"x"
:
2008
,
"y"
:
1578
,
"w"
:
41
,
"h"
:
31
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
41
,
"sh"
:
31
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"ice2.png"
:
{
"x"
:
1932
,
"y"
:
15
86
,
"x"
:
2041
,
"y"
:
15
49
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8888,8 +8910,8 @@ export const ResJson = {
"ro"
:
false
},
"ice3.png"
:
{
"x"
:
1915
,
"y"
:
1
506
,
"x"
:
2121
,
"y"
:
1
469
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8899,8 +8921,8 @@ export const ResJson = {
"ro"
:
false
},
"ice4.png"
:
{
"x"
:
1854
,
"y"
:
1
760
,
"x"
:
2041
,
"y"
:
1
469
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8910,8 +8932,8 @@ export const ResJson = {
"ro"
:
false
},
"ice5.png"
:
{
"x"
:
1
854
,
"y"
:
1
680
,
"x"
:
1
961
,
"y"
:
1
498
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8921,8 +8943,8 @@ export const ResJson = {
"ro"
:
false
},
"ice6.png"
:
{
"x"
:
18
52
,
"y"
:
1
600
,
"x"
:
18
81
,
"y"
:
1
498
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
1
,
...
...
@@ -8932,19 +8954,19 @@ export const ResJson = {
"ro"
:
false
},
"jellyArrow.png"
:
{
"x"
:
133
1
,
"y"
:
254
,
"x"
:
219
1
,
"y"
:
341
,
"w"
:
42
,
"h"
:
23
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
42
,
"sh"
:
23
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"leftArrow.png"
:
{
"x"
:
76
4
,
"y"
:
2081
,
"x"
:
217
4
,
"y"
:
573
,
"w"
:
28
,
"h"
:
40
,
"ox"
:
0
,
...
...
@@ -8954,8 +8976,8 @@ export const ResJson = {
"ro"
:
true
},
"lightedStar.png"
:
{
"x"
:
1640
,
"y"
:
1
857
,
"x"
:
2085
,
"y"
:
1
981
,
"w"
:
33
,
"h"
:
34
,
"ox"
:
0
,
...
...
@@ -8965,19 +8987,19 @@ export const ResJson = {
"ro"
:
true
},
"lineLight.png"
:
{
"x"
:
1291
,
"y"
:
2
,
"x"
:
372
,
"y"
:
883
,
"w"
:
56
,
"h"
:
750
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
56
,
"sh"
:
750
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"lockVine.png"
:
{
"x"
:
556
,
"y"
:
965
,
"x"
:
1432
,
"y"
:
1804
,
"w"
:
80
,
"h"
:
80
,
"ox"
:
0
,
...
...
@@ -8987,8 +9009,8 @@ export const ResJson = {
"ro"
:
false
},
"magicLion.png"
:
{
"x"
:
55
6
,
"y"
:
883
,
"x"
:
120
6
,
"y"
:
1962
,
"w"
:
80
,
"h"
:
80
,
"ox"
:
0
,
...
...
@@ -8998,8 +9020,8 @@ export const ResJson = {
"ro"
:
false
},
"magicLionBg.png"
:
{
"x"
:
856
,
"y"
:
1
24
0
,
"x"
:
1351
,
"y"
:
1
55
0
,
"w"
:
152
,
"h"
:
152
,
"ox"
:
14
,
...
...
@@ -9009,30 +9031,30 @@ export const ResJson = {
"ro"
:
false
},
"main_mapbottom.png"
:
{
"x"
:
19
34
,
"y"
:
1257
,
"x"
:
19
69
,
"y"
:
749
,
"w"
:
80
,
"h"
:
41
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
80
,
"sh"
:
41
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"musicOff.png"
:
{
"x"
:
1703
,
"y"
:
1
938
,
"x"
:
2008
,
"y"
:
1
629
,
"w"
:
76
,
"h"
:
75
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
76
,
"sh"
:
75
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"musicOn.png"
:
{
"x"
:
1626
,
"y"
:
1
892
,
"x"
:
2008
,
"y"
:
1
965
,
"w"
:
76
,
"h"
:
75
,
"ox"
:
0
,
...
...
@@ -9042,8 +9064,8 @@ export const ResJson = {
"ro"
:
true
},
"propNum0.png"
:
{
"x"
:
2026
,
"y"
:
768
,
"x"
:
1505
,
"y"
:
1550
,
"w"
:
15
,
"h"
:
22
,
"ox"
:
0
,
...
...
@@ -9053,30 +9075,30 @@ export const ResJson = {
"ro"
:
false
},
"propNum1.png"
:
{
"x"
:
1
393
,
"y"
:
1
49
2
,
"x"
:
1
072
,
"y"
:
1
87
2
,
"w"
:
10
,
"h"
:
22
,
"ox"
:
0
,
"oy"
:
3
,
"sw"
:
10
,
"sh"
:
30
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"propNum2.png"
:
{
"x"
:
2026
,
"y"
:
932
,
"x"
:
1881
,
"y"
:
1626
,
"w"
:
14
,
"h"
:
22
,
"ox"
:
0
,
"oy"
:
3
,
"sw"
:
14
,
"sh"
:
30
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"propNum3.png"
:
{
"x"
:
1010
,
"y"
:
1
281
,
"x"
:
404
,
"y"
:
1
635
,
"w"
:
15
,
"h"
:
22
,
"ox"
:
0
,
...
...
@@ -9086,19 +9108,19 @@ export const ResJson = {
"ro"
:
true
},
"propNum4.png"
:
{
"x"
:
28
,
"y"
:
2110
,
"x"
:
1910
,
"y"
:
1338
,
"w"
:
16
,
"h"
:
22
,
"ox"
:
0
,
"oy"
:
3
,
"sw"
:
16
,
"sh"
:
30
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"propNum5.png"
:
{
"x"
:
91
,
"y"
:
211
0
,
"x"
:
877
,
"y"
:
164
0
,
"w"
:
14
,
"h"
:
22
,
"ox"
:
0
,
...
...
@@ -9108,19 +9130,19 @@ export const ResJson = {
"ro"
:
true
},
"propNum6.png"
:
{
"x"
:
1805
,
"y"
:
1998
,
"x"
:
2199
,
"y"
:
627
,
"w"
:
15
,
"h"
:
22
,
"ox"
:
0
,
"oy"
:
3
,
"sw"
:
15
,
"sh"
:
30
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"propNum7.png"
:
{
"x"
:
2012
,
"y"
:
1
650
,
"x"
:
1194
,
"y"
:
1
142
,
"w"
:
14
,
"h"
:
22
,
"ox"
:
0
,
...
...
@@ -9130,30 +9152,30 @@ export const ResJson = {
"ro"
:
true
},
"propNum8.png"
:
{
"x"
:
1781
,
"y"
:
1998
,
"x"
:
2199
,
"y"
:
603
,
"w"
:
15
,
"h"
:
22
,
"ox"
:
0
,
"oy"
:
3
,
"sw"
:
15
,
"sh"
:
30
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"propNum9.png"
:
{
"x"
:
2022
,
"y"
:
1034
,
"x"
:
1540
,
"y"
:
366
,
"w"
:
14
,
"h"
:
22
,
"ox"
:
0
,
"oy"
:
3
,
"sw"
:
14
,
"sh"
:
30
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"prop_count_bg.png"
:
{
"x"
:
1
97
3
,
"y"
:
199
,
"x"
:
1
12
3
,
"y"
:
199
4
,
"w"
:
47
,
"h"
:
47
,
"ox"
:
0
,
...
...
@@ -9163,8 +9185,8 @@ export const ResJson = {
"ro"
:
false
},
"rectLat.png"
:
{
"x"
:
1
755
,
"y"
:
1
526
,
"x"
:
1
900
,
"y"
:
1
418
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
0
,
...
...
@@ -9174,8 +9196,8 @@ export const ResJson = {
"ro"
:
false
},
"rectLatWhite.png"
:
{
"x"
:
1
675
,
"y"
:
1
526
,
"x"
:
1
820
,
"y"
:
1
418
,
"w"
:
78
,
"h"
:
78
,
"ox"
:
0
,
...
...
@@ -9185,19 +9207,19 @@ export const ResJson = {
"ro"
:
false
},
"redDoorBg.png"
:
{
"x"
:
1
934
,
"y"
:
1158
,
"x"
:
1
263
,
"y"
:
366
,
"w"
:
96
,
"h"
:
97
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
96
,
"sh"
:
97
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"rightArrow.png"
:
{
"x"
:
722
,
"y"
:
2081
,
"x"
:
2174
,
"y"
:
543
,
"w"
:
28
,
"h"
:
40
,
"ox"
:
0
,
...
...
@@ -9207,19 +9229,19 @@ export const ResJson = {
"ro"
:
true
},
"rightMark.png"
:
{
"x"
:
99
,
"y"
:
2071
,
"x"
:
1084
,
"y"
:
1994
,
"w"
:
48
,
"h"
:
37
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
48
,
"sh"
:
37
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"rock2.png"
:
{
"x"
:
1781
,
"y"
:
1
920
,
"x"
:
2034
,
"y"
:
1
867
,
"w"
:
76
,
"h"
:
76
,
"ox"
:
1
,
...
...
@@ -9229,8 +9251,8 @@ export const ResJson = {
"ro"
:
false
},
"rock3.png"
:
{
"x"
:
1761
,
"y"
:
2015
,
"x"
:
2074
,
"y"
:
1789
,
"w"
:
76
,
"h"
:
76
,
"ox"
:
1
,
...
...
@@ -9240,8 +9262,8 @@ export const ResJson = {
"ro"
:
false
},
"rock4.png"
:
{
"x"
:
1
683
,
"y"
:
2015
,
"x"
:
1
996
,
"y"
:
1789
,
"w"
:
76
,
"h"
:
76
,
"ox"
:
1
,
...
...
@@ -9251,8 +9273,8 @@ export const ResJson = {
"ro"
:
false
},
"rock5.png"
:
{
"x"
:
1
703
,
"y"
:
1
860
,
"x"
:
1
930
,
"y"
:
1
965
,
"w"
:
76
,
"h"
:
76
,
"ox"
:
1
,
...
...
@@ -9262,8 +9284,8 @@ export const ResJson = {
"ro"
:
false
},
"rock6.png"
:
{
"x"
:
1
396
,
"y"
:
1
800
,
"x"
:
1
907
,
"y"
:
1
728
,
"w"
:
76
,
"h"
:
76
,
"ox"
:
1
,
...
...
@@ -9273,19 +9295,19 @@ export const ResJson = {
"ro"
:
false
},
"scoreNum0.png"
:
{
"x"
:
2014
,
"y"
:
1750
,
"x"
:
432
,
"y"
:
2022
,
"w"
:
20
,
"h"
:
26
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
20
,
"sh"
:
28
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"scoreNum1.png"
:
{
"x"
:
1865
,
"y"
:
1500
,
"x"
:
958
,
"y"
:
848
,
"w"
:
16
,
"h"
:
26
,
"ox"
:
0
,
...
...
@@ -9295,30 +9317,30 @@ export const ResJson = {
"ro"
:
true
},
"scoreNum2.png"
:
{
"x"
:
201
4
,
"y"
:
17
22
,
"x"
:
40
4
,
"y"
:
20
22
,
"w"
:
20
,
"h"
:
26
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
20
,
"sh"
:
28
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"scoreNum3.png"
:
{
"x"
:
2014
,
"y"
:
169
4
,
"x"
:
1263
,
"y"
:
34
4
,
"w"
:
20
,
"h"
:
26
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
20
,
"sh"
:
28
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"scoreNum4.png"
:
{
"x"
:
383
,
"y"
:
2071
,
"x"
:
935
,
"y"
:
1226
,
"w"
:
21
,
"h"
:
26
,
"ox"
:
0
,
...
...
@@ -9328,19 +9350,19 @@ export const ResJson = {
"ro"
:
false
},
"scoreNum5.png"
:
{
"x"
:
2014
,
"y"
:
1666
,
"x"
:
1263
,
"y"
:
322
,
"w"
:
20
,
"h"
:
26
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
20
,
"sh"
:
28
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"scoreNum6.png"
:
{
"x"
:
655
,
"y"
:
2099
,
"x"
:
1050
,
"y"
:
1872
,
"w"
:
20
,
"h"
:
26
,
"ox"
:
0
,
...
...
@@ -9350,8 +9372,8 @@ export const ResJson = {
"ro"
:
false
},
"scoreNum7.png"
:
{
"x"
:
444
,
"y"
:
1
630
,
"x"
:
1956
,
"y"
:
1
706
,
"w"
:
20
,
"h"
:
26
,
"ox"
:
0
,
...
...
@@ -9361,8 +9383,8 @@ export const ResJson = {
"ro"
:
true
},
"scoreNum8.png"
:
{
"x"
:
1
375
,
"y"
:
254
,
"x"
:
1
928
,
"y"
:
1706
,
"w"
:
20
,
"h"
:
26
,
"ox"
:
0
,
...
...
@@ -9372,19 +9394,19 @@ export const ResJson = {
"ro"
:
true
},
"scoreNum9.png"
:
{
"x"
:
857
,
"y"
:
1
630
,
"x"
:
935
,
"y"
:
1
198
,
"w"
:
21
,
"h"
:
26
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
21
,
"sh"
:
28
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"scoreNum关.png"
:
{
"x"
:
2
012
,
"y"
:
1
617
,
"x"
:
2
154
,
"y"
:
1
981
,
"w"
:
31
,
"h"
:
29
,
"ox"
:
0
,
...
...
@@ -9394,8 +9416,8 @@ export const ResJson = {
"ro"
:
true
},
"scoreNum冒号.png"
:
{
"x"
:
20
29
,
"y"
:
16
9
,
"x"
:
20
00
,
"y"
:
87
9
,
"w"
:
12
,
"h"
:
23
,
"ox"
:
0
,
...
...
@@ -9405,8 +9427,8 @@ export const ResJson = {
"ro"
:
false
},
"scoreNum分.png"
:
{
"x"
:
1947
,
"y"
:
19
86
,
"x"
:
2156
,
"y"
:
19
45
,
"w"
:
31
,
"h"
:
31
,
"ox"
:
0
,
...
...
@@ -9416,8 +9438,8 @@ export const ResJson = {
"ro"
:
false
},
"scoreNum数.png"
:
{
"x"
:
1917
,
"y"
:
2037
,
"x"
:
2121
,
"y"
:
1981
,
"w"
:
31
,
"h"
:
31
,
"ox"
:
0
,
...
...
@@ -9427,8 +9449,8 @@ export const ResJson = {
"ro"
:
false
},
"scoreNum通.png"
:
{
"x"
:
2012
,
"y"
:
1
58
4
,
"x"
:
1980
,
"y"
:
1
46
4
,
"w"
:
31
,
"h"
:
29
,
"ox"
:
0
,
...
...
@@ -9438,8 +9460,8 @@ export const ResJson = {
"ro"
:
true
},
"settingBg.png"
:
{
"x"
:
1
474
,
"y"
:
1
737
,
"x"
:
1
627
,
"y"
:
1
642
,
"w"
:
71
,
"h"
:
120
,
"ox"
:
0
,
...
...
@@ -9449,19 +9471,19 @@ export const ResJson = {
"ro"
:
true
},
"starProgress.png"
:
{
"x"
:
2
,
"y"
:
2037
,
"x"
:
624
,
"y"
:
883
,
"w"
:
402
,
"h"
:
32
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
402
,
"sh"
:
32
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"stepAni1.png"
:
{
"x"
:
1
78
4
,
"y"
:
250
,
"x"
:
1
24
4
,
"y"
:
866
,
"w"
:
250
,
"h"
:
290
,
"ox"
:
0
,
...
...
@@ -9471,8 +9493,8 @@ export const ResJson = {
"ro"
:
false
},
"stepAni10.png"
:
{
"x"
:
386
,
"y"
:
1653
,
"x"
:
958
,
"y"
:
866
,
"w"
:
284
,
"h"
:
274
,
"ox"
:
116
,
...
...
@@ -9482,30 +9504,30 @@ export const ResJson = {
"ro"
:
false
},
"stepAni11.png"
:
{
"x"
:
128
4
,
"y"
:
1
052
,
"x"
:
201
4
,
"y"
:
1
135
,
"w"
:
154
,
"h"
:
200
,
"ox"
:
225
,
"oy"
:
78
,
"sw"
:
400
,
"sh"
:
400
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"stepAni2.png"
:
{
"x"
:
1
040
,
"y"
:
2
80
,
"x"
:
1
291
,
"y"
:
2
,
"w"
:
362
,
"h"
:
400
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
400
,
"sh"
:
400
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"stepAni3.png"
:
{
"x"
:
638
,
"y"
:
280
,
"x"
:
2
,
"y"
:
1635
,
"w"
:
400
,
"h"
:
400
,
"ox"
:
0
,
...
...
@@ -9515,41 +9537,41 @@ export const ResJson = {
"ro"
:
false
},
"stepAni4.png"
:
{
"x"
:
2
,
"y"
:
1635
,
"x"
:
638
,
"y"
:
464
,
"w"
:
400
,
"h"
:
382
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
400
,
"sh"
:
400
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"stepAni5.png"
:
{
"x"
:
1
404
,
"y"
:
2
54
,
"x"
:
1
693
,
"y"
:
2
,
"w"
:
400
,
"h"
:
378
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
400
,
"sh"
:
400
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"stepAni6.png"
:
{
"x"
:
1442
,
"y"
:
656
,
"x"
:
404
,
"y"
:
1
656
,
"w"
:
400
,
"h"
:
364
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
400
,
"sh"
:
400
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"stepAni7.png"
:
{
"x"
:
1
0
40
,
"y"
:
6
82
,
"x"
:
1
5
40
,
"y"
:
3
82
,
"w"
:
400
,
"h"
:
368
,
"ox"
:
0
,
...
...
@@ -9559,19 +9581,19 @@ export const ResJson = {
"ro"
:
false
},
"stepAni8.png"
:
{
"x"
:
638
,
"y"
:
682
,
"x"
:
1040
,
"y"
:
464
,
"w"
:
400
,
"h"
:
364
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
400
,
"sh"
:
400
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"stepAni9.png"
:
{
"x"
:
556
,
"y"
:
10
48
,
"x"
:
658
,
"y"
:
8
48
,
"w"
:
298
,
"h"
:
348
,
"ox"
:
102
,
...
...
@@ -9581,8 +9603,8 @@ export const ResJson = {
"ro"
:
false
},
"stepNum0.png"
:
{
"x"
:
1879
,
"y"
:
2076
,
"x"
:
2145
,
"y"
:
1709
,
"w"
:
35
,
"h"
:
46
,
"ox"
:
0
,
...
...
@@ -9592,19 +9614,19 @@ export const ResJson = {
"ro"
:
false
},
"stepNum1.png"
:
{
"x"
:
19
95
,
"y"
:
1
554
,
"x"
:
19
80
,
"y"
:
1
416
,
"w"
:
28
,
"h"
:
46
,
"ox"
:
0
,
"oy"
:
1
,
"sw"
:
28
,
"sh"
:
50
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"stepNum2.png"
:
{
"x"
:
199
2
,
"y"
:
986
,
"x"
:
216
2
,
"y"
:
603
,
"w"
:
35
,
"h"
:
46
,
"ox"
:
0
,
...
...
@@ -9614,8 +9636,8 @@ export const ResJson = {
"ro"
:
false
},
"stepNum3.png"
:
{
"x"
:
1897
,
"y"
:
1
920
,
"x"
:
2165
,
"y"
:
1
629
,
"w"
:
35
,
"h"
:
46
,
"ox"
:
0
,
...
...
@@ -9625,8 +9647,8 @@ export const ResJson = {
"ro"
:
false
},
"stepNum4.png"
:
{
"x"
:
1
556
,
"y"
:
1810
,
"x"
:
1
969
,
"y"
:
831
,
"w"
:
38
,
"h"
:
46
,
"ox"
:
0
,
...
...
@@ -9636,8 +9658,8 @@ export const ResJson = {
"ro"
:
false
},
"stepNum5.png"
:
{
"x"
:
1
841
,
"y"
:
2076
,
"x"
:
1
966
,
"y"
:
1658
,
"w"
:
36
,
"h"
:
46
,
"ox"
:
0
,
...
...
@@ -9647,8 +9669,8 @@ export const ResJson = {
"ro"
:
false
},
"stepNum6.png"
:
{
"x"
:
1
859
,
"y"
:
1
920
,
"x"
:
1
928
,
"y"
:
1
658
,
"w"
:
36
,
"h"
:
46
,
"ox"
:
0
,
...
...
@@ -9658,8 +9680,8 @@ export const ResJson = {
"ro"
:
false
},
"stepNum7.png"
:
{
"x"
:
1393
,
"y"
:
1
444
,
"x"
:
624
,
"y"
:
1
287
,
"w"
:
35
,
"h"
:
46
,
"ox"
:
0
,
...
...
@@ -9669,8 +9691,8 @@ export const ResJson = {
"ro"
:
false
},
"stepNum8.png"
:
{
"x"
:
1
39
3
,
"y"
:
1396
,
"x"
:
1
50
3
,
"y"
:
827
,
"w"
:
35
,
"h"
:
46
,
"ox"
:
0
,
...
...
@@ -9680,15 +9702,15 @@ export const ResJson = {
"ro"
:
false
},
"stepNum9.png"
:
{
"x"
:
335
,
"y"
:
2071
,
"x"
:
1881
,
"y"
:
1578
,
"w"
:
36
,
"h"
:
46
,
"ox"
:
0
,
"oy"
:
1
,
"sw"
:
36
,
"sh"
:
50
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"table.png"
:
{
"x"
:
2
,
...
...
@@ -9702,30 +9724,30 @@ export const ResJson = {
"ro"
:
true
},
"tarNum0.png"
:
{
"x"
:
2
02
6
,
"y"
:
9
12
,
"x"
:
2
19
6
,
"y"
:
9
73
,
"w"
:
15
,
"h"
:
18
,
"ox"
:
0
,
"oy"
:
1
,
"sw"
:
15
,
"sh"
:
20
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"tarNum1.png"
:
{
"x"
:
20
16
,
"y"
:
1
287
,
"x"
:
20
68
,
"y"
:
1
945
,
"w"
:
11
,
"h"
:
18
,
"ox"
:
0
,
"oy"
:
1
,
"sw"
:
11
,
"sh"
:
20
,
"ro"
:
tru
e
"ro"
:
fals
e
},
"tarNum2.png"
:
{
"x"
:
2026
,
"y"
:
892
,
"x"
:
641
,
"y"
:
1335
,
"w"
:
15
,
"h"
:
18
,
"ox"
:
0
,
...
...
@@ -9735,8 +9757,8 @@ export const ResJson = {
"ro"
:
false
},
"tarNum3.png"
:
{
"x"
:
20
26
,
"y"
:
872
,
"x"
:
20
51
,
"y"
:
1945
,
"w"
:
15
,
"h"
:
18
,
"ox"
:
0
,
...
...
@@ -9746,8 +9768,8 @@ export const ResJson = {
"ro"
:
false
},
"tarNum4.png"
:
{
"x"
:
5
2
,
"y"
:
211
0
,
"x"
:
152
2
,
"y"
:
114
0
,
"w"
:
16
,
"h"
:
18
,
"ox"
:
0
,
...
...
@@ -9757,19 +9779,19 @@ export const ResJson = {
"ro"
:
true
},
"tarNum5.png"
:
{
"x"
:
2
02
6
,
"y"
:
852
,
"x"
:
2
19
6
,
"y"
:
956
,
"w"
:
15
,
"h"
:
18
,
"ox"
:
0
,
"oy"
:
1
,
"sw"
:
15
,
"sh"
:
20
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"tarNum6.png"
:
{
"x"
:
2026
,
"y"
:
832
,
"x"
:
624
,
"y"
:
1335
,
"w"
:
15
,
"h"
:
18
,
"ox"
:
0
,
...
...
@@ -9779,8 +9801,8 @@ export const ResJson = {
"ro"
:
false
},
"tarNum7.png"
:
{
"x"
:
20
26
,
"y"
:
812
,
"x"
:
20
34
,
"y"
:
1945
,
"w"
:
15
,
"h"
:
18
,
"ox"
:
0
,
...
...
@@ -9790,8 +9812,8 @@ export const ResJson = {
"ro"
:
false
},
"tarNum8.png"
:
{
"x"
:
2026
,
"y"
:
792
,
"x"
:
1563
,
"y"
:
1784
,
"w"
:
15
,
"h"
:
18
,
"ox"
:
0
,
...
...
@@ -9801,15 +9823,15 @@ export const ResJson = {
"ro"
:
false
},
"tarNum9.png"
:
{
"x"
:
909
,
"y"
:
1630
,
"x"
:
2196
,
"y"
:
939
,
"w"
:
15
,
"h"
:
18
,
"ox"
:
0
,
"oy"
:
1
,
"sw"
:
15
,
"sh"
:
20
,
"ro"
:
fals
e
"ro"
:
tru
e
},
"topBg.png"
:
{
"x"
:
638
,
...
...
@@ -9823,8 +9845,8 @@ export const ResJson = {
"ro"
:
false
},
"unlightedStar.png"
:
{
"x"
:
840
,
"y"
:
2063
,
"x"
:
2152
,
"y"
:
1787
,
"w"
:
37
,
"h"
:
37
,
"ox"
:
0
,
...
...
@@ -9833,9 +9855,20 @@ export const ResJson = {
"sh"
:
37
,
"ro"
:
false
},
"wonderful.png"
:
{
"x"
:
1406
,
"y"
:
366
,
"w"
:
459
,
"h"
:
132
,
"ox"
:
0
,
"oy"
:
5
,
"sw"
:
459
,
"sh"
:
142
,
"ro"
:
true
},
"yellowCircleDown.png"
:
{
"x"
:
386
,
"y"
:
1929
,
"x"
:
2095
,
"y"
:
233
,
"w"
:
108
,
"h"
:
106
,
"ox"
:
0
,
...
...
@@ -9845,8 +9878,8 @@ export const ResJson = {
"ro"
:
false
},
"yellowCircleUp.png"
:
{
"x"
:
1284
,
"y"
:
1
254
,
"x"
:
806
,
"y"
:
1
900
,
"w"
:
144
,
"h"
:
140
,
"ox"
:
0
,
...
...
@@ -9856,15 +9889,15 @@ export const ResJson = {
"ro"
:
false
},
"yellowDoorBg.png"
:
{
"x"
:
1
596
,
"y"
:
1
430
,
"x"
:
1
277
,
"y"
:
1
706
,
"w"
:
94
,
"h"
:
95
,
"ox"
:
0
,
"oy"
:
0
,
"sw"
:
94
,
"sh"
:
95
,
"ro"
:
tru
e
"ro"
:
fals
e
}
}
},
...
...
@@ -10503,5 +10536,5 @@ export const ResJson = {
}
}
],
"path"
:
"https://yun.duiba.com.cn/db_games/activity/babycare_xiaoxiao/16023
08827
/resource/"
"path"
:
"https://yun.duiba.com.cn/db_games/activity/babycare_xiaoxiao/16023
85443
/resource/"
}
\ No newline at end of file
src/panels/FesRedPrizePanel.ts
View file @
6ab30f55
src/panels/TaskPanel.ts
View file @
6ab30f55
...
...
@@ -70,7 +70,7 @@ const taskItemData = {
},
[
TaskType
.
orderGoods
]:
{
key
:
TaskType
.
orderGoods
,
title
:
'完成下单'
,
title
:
'完成下单
(${done}/${total})
'
,
desc
:
'按成下单即可获得${rewards}体力'
},
[
TaskType
.
browseGoods
]:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment