labrinth
This commit is contained in:
parent
01def46ad8
commit
c9446ea16e
2 changed files with 94 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="Script" path="res://Commands/command_block.gd" id="1_ra6j6"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_4imuc"]
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_55i1l"]
|
||||
emission = Color(1, 1, 1, 1)
|
||||
subsurf_scatter_strength = 1.0
|
||||
uv1_scale = Vector3(3, 2, 1)
|
||||
|
|
@ -22,7 +22,7 @@ mesh = NodePath("MeshInstance3D")
|
|||
collider = NodePath("CollisionShape3D3")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
material_override = SubResource("StandardMaterial3D_4imuc")
|
||||
material_override = SubResource("StandardMaterial3D_55i1l")
|
||||
mesh = SubResource("BoxMesh_572kf")
|
||||
|
||||
[node name="CollisionShape3D3" type="CollisionShape3D" parent="."]
|
||||
|
|
|
|||
92
Levels/Level 7.tscn
Normal file
92
Levels/Level 7.tscn
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue