This commit is contained in:
luboslenco
2025-09-02 19:32:15 +02:00
parent c5317d8e14
commit 107394ba3a
25 changed files with 60 additions and 80 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ function ready() {
name: "Cube",
type: "mesh_object",
data_ref: "cube.arm/Cube",
material_refs: ["MyMaterial"],
material_ref: "MyMaterial",
visible: true,
spawn: true
},
+2 -2
View File
@@ -36,7 +36,7 @@ function ready() {
name: "Cube",
type: "mesh_object",
data_ref: "cube.arm/Cube",
material_refs: ["MyMaterial"],
material_ref: "MyMaterial",
visible: true,
spawn: true
},
@@ -44,7 +44,7 @@ function ready() {
name: "Sphere",
type: "mesh_object",
data_ref: "sphere.arm/Sphere",
material_refs: ["MyMaterial"],
material_ref: "MyMaterial",
visible: true,
spawn: true
},