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

26 lines
614 B
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBox_04.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "MazeText_Maze_GamePlay_ClockBox_Enter"
}
},
{
"ID": "GetReward",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/BoxIcon.png"
},
"ButtonText": {
"Value": "MazeText_Maze_GamePlay_ClockBox_Activate"
}
}
]
}