Files
ArrowBeatTap-Gp/Assets/StreamingAssets/level_1001.json
T

61 lines
1.3 KiB
JSON

{
"levelId": 1001,
"levelName": "可视化编辑关卡",
"gridRows": 10,
"gridCols": 10,
"pointSpacing": 60,
"arrows": [
{
"id": 1,
"startPoint": 0,
"endPoint": 30,
"color": "#FFFFFF",
"path": [
"right",
"right",
"down",
"down",
"left",
"down",
"left"
]
},
{
"id": 2,
"startPoint": 59,
"endPoint": 66,
"color": "#CCFF66",
"path": [
"left",
"left",
"up",
"left",
"down",
"down"
]
},
{
"id": 3,
"startPoint": 78,
"endPoint": 0,
"color": "#FFFF00",
"path": []
},
{
"id": 4,
"startPoint": 62,
"endPoint": 53,
"color": "#0000FF",
"path": [
"down",
"right",
"right",
"up",
"left",
"up",
"down",
"up"
]
}
]
}