fix:1、更换关卡获取,改为单关一个json文件

This commit is contained in:
2026-06-24 09:24:15 +08:00
parent cd258603ac
commit f0f102fe4c
1040 changed files with 499808 additions and 54942 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"levelId": 2,
"levelName": "lv1",
"gridRows": 4,
"gridCols": 3,
"pointSpacing": 60,
"arrows": [
{
"id": 1,
"startPoint": 2,
"path": [
"down",
"down",
"down"
]
},
{
"id": 2,
"startPoint": 1,
"path": [
"down",
"down",
"down"
]
},
{
"id": 3,
"startPoint": 0,
"path": [
"down",
"down",
"down"
]
}
]
}