Adds missing data
This commit is contained in:
parent
e6391d9fdd
commit
53cdcc3433
620 changed files with 47293 additions and 151 deletions
19
addons/cyclops_level_builder/materials/test_materials.tscn
Normal file
19
addons/cyclops_level_builder/materials/test_materials.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://4ak07b64jmrq"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_5fbgh"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0nsw5"]
|
||||
no_depth_test = true
|
||||
albedo_color = Color(1, 0.141176, 1, 1)
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_8rhcf"]
|
||||
material = SubResource("StandardMaterial3D_0nsw5")
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("BoxMesh_5fbgh")
|
||||
|
||||
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.03827, 0, 1.15165)
|
||||
mesh = SubResource("BoxMesh_8rhcf")
|
||||
Loading…
Add table
Add a link
Reference in a new issue