greg 4 anos atrás
pai
commit
b73195731f
1 arquivos alterados com 36 adições e 0 exclusões
  1. 36 0
      assets/res/mainPackage/configs/Levels.json

+ 36 - 0
assets/res/mainPackage/configs/Levels.json

@@ -11,5 +11,41 @@
         "polygonPrefab": "polygon001/Polygon001",
         "physicsConfig": "Level001",
         "background": "background001"
+    },{
+        "id": 2,
+        "side": 10,
+        "angle": 30,
+        "count": 12,
+        "levelLength": 960,
+        "startPos": 10,
+        "endPos": 950,
+        "packageName": "polygons",
+        "polygonPrefab": "polygon001/Polygon002",
+        "physicsConfig": "Level002",
+        "background": "background001"
+    },{
+        "id": 3,
+        "side": 10,
+        "angle": 30,
+        "count": 12,
+        "levelLength": 960,
+        "startPos": 10,
+        "endPos": 950,
+        "packageName": "polygons",
+        "polygonPrefab": "polygon001/Polygon003",
+        "physicsConfig": "Level003",
+        "background": "background001"
+    },{
+        "id": 4,
+        "side": 10,
+        "angle": 30,
+        "count": 12,
+        "levelLength": 960,
+        "startPos": 10,
+        "endPos": 950,
+        "packageName": "polygons",
+        "polygonPrefab": "polygon001/Polygon004",
+        "physicsConfig": "Level004",
+        "background": "background001"
     }
 ]