challenge-editor/json/event.json

16 lines
190 B
JSON
Raw Normal View History

2024-09-19 12:04:52 +08:00
{
"event_01":{
"name":"测试事件1",
"texture":"test_scene",
"text":"测试事件",
"choice":[
{
"name":"测试选项1"
},
{
"name":"测试选项2"
}
]
}
}