mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
35 lines
819 B
JSON
35 lines
819 B
JSON
{
|
|
"DisableAnimEventLayers": [
|
|
"Dissolve Layer"
|
|
],
|
|
"DefaultLevelGraphPath": "Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json",
|
|
"PropButtonConfigs": [
|
|
{
|
|
"ID": "HideButton",
|
|
"ButtonIcon": {
|
|
"Value": "SpriteOutput/TalkIcon/CheckIcon.png"
|
|
},
|
|
"ButtonText": {
|
|
"Value": "MazeText_MazePuzzle_WolfBro_HideBox"
|
|
}
|
|
},
|
|
{
|
|
"ID": "LeaveButton",
|
|
"ButtonIcon": {
|
|
"Value": "SpriteOutput/TalkIcon/ChatIcon.png"
|
|
},
|
|
"ButtonText": {
|
|
"Value": "MazeText_ChallengeRaid_Left"
|
|
}
|
|
},
|
|
{
|
|
"ID": "MiniGameButton",
|
|
"ButtonIcon": {
|
|
"Value": "SpriteOutput/TalkIcon/WolfBroIcon.png"
|
|
},
|
|
"ButtonText": {
|
|
"Value": "MazeText_MazePuzzle_WolfGunPlay_GameName"
|
|
}
|
|
}
|
|
]
|
|
} |