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

59 lines
1.1 KiB
JSON

{
"levelId": 113,
"levelName": "lv2",
"gridRows": 5,
"gridCols": 5,
"pointSpacing": 60,
"arrows": [
{
"id": 1,
"startPoint": 4,
"path": [
"down",
"down",
"down",
"down"
]
},
{
"id": 2,
"startPoint": 22,
"path": [
"right",
"up",
"up",
"up",
"up"
]
},
{
"id": 3,
"startPoint": 5,
"path": [
"up",
"right",
"right",
"down",
"down"
]
},
{
"id": 4,
"startPoint": 16,
"path": [
"right"
]
},
{
"id": 5,
"startPoint": 21,
"path": [
"left",
"up",
"up",
"right",
"up"
]
}
]
}