Files
turnbasedgamedata/Config/Props/Chap03/Prop_Chap03_WoodenBox_01_Config.json
2024-10-21 03:16:22 -03:00

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"
}
}
]
}