ya2 · news · projects · code · about

json: fixed items
[pmachines.git] / assets / scenes / domino.json
index bdd34c0da62970b58b4325eff5af80d8e6ece553..8a92cf7fb48757cc647e897ef7ac6d8f74f00935 100644 (file)
  },
  "start_items": [
      {"class": "Domino",
-      "count": 2}]}
+      "count": 2}],
+ "fixed_items": [
+     {"class": "Shelf",
+      "position": [-1.2, 0, -0.6]},
+     {"class": "Shelf",
+      "position": [1.2, 0, -0.6]}]
+}