Files
ArrowBeatTap-IOS/Assets/Resources/Levels/lv15.json
T
2026-06-25 15:22:28 +08:00

80 lines
1.6 KiB
JSON

{
"levelId": 58,
"levelName": "lv15",
"gridRows": 7,
"gridCols": 6,
"pointSpacing": 60,
"arrows": [
{
"id": 1,
"startPoint": 0,
"path": [
"down",
"down",
"down",
"down",
"down"
]
},
{
"id": 2,
"startPoint": 41,
"path": [
"left",
"left",
"left",
"left"
]
},
{
"id": 3,
"startPoint": 32,
"path": [
"up",
"up",
"up",
"up",
"left",
"down",
"down",
"down",
"down"
]
},
{
"id": 4,
"startPoint": 33,
"path": [
"up",
"up",
"up",
"up",
"right",
"down",
"down",
"down",
"down"
]
},
{
"id": 5,
"startPoint": 35,
"path": [
"up",
"up",
"up",
"up",
"up"
]
},
{
"id": 6,
"startPoint": 1,
"path": [
"right",
"right",
"right"
]
}
]
}