changed renderer
This commit is contained in:
parent
902440e5bb
commit
cd0e7fcc54
8 changed files with 84 additions and 35 deletions
|
|
@ -3,10 +3,10 @@
|
|||
[ext_resource type="Material" uid="uid://br3erknm4b1i0" path="res://Assets/Materials/kill.tres" id="1_2ed3b"]
|
||||
[ext_resource type="Script" path="res://Scripts/kill_block.gd" id="1_pvkd4"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_j8om8"]
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_x546n"]
|
||||
material = ExtResource("1_2ed3b")
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_j8noh"]
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_m47l7"]
|
||||
|
||||
[node name="KillBlock" type="Area3D" node_paths=PackedStringArray("mesh", "collider")]
|
||||
script = ExtResource("1_pvkd4")
|
||||
|
|
@ -14,7 +14,7 @@ mesh = NodePath("MeshInstance3D")
|
|||
collider = NodePath("CollisionShape3D")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("BoxMesh_j8om8")
|
||||
mesh = SubResource("BoxMesh_x546n")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("BoxShape3D_j8noh")
|
||||
shape = SubResource("BoxShape3D_m47l7")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue