menu and level select ready
This commit is contained in:
parent
311c0395ab
commit
f470efbe1f
10 changed files with 61 additions and 11 deletions
|
|
@ -3,7 +3,7 @@
|
|||
[ext_resource type="Script" path="res://Commands/command_block.gd" id="1_ra6j6"]
|
||||
[ext_resource type="Script" path="res://Commands/tool.gd" id="3_lrl7m"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_cywoj"]
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tjj4k"]
|
||||
emission = Color(1, 1, 1, 1)
|
||||
subsurf_scatter_strength = 1.0
|
||||
uv1_scale = Vector3(3, 2, 1)
|
||||
|
|
@ -23,7 +23,7 @@ mesh = NodePath("MeshInstance3D")
|
|||
collider = NodePath("CollisionShape3D3")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
material_override = SubResource("StandardMaterial3D_cywoj")
|
||||
material_override = SubResource("StandardMaterial3D_tjj4k")
|
||||
mesh = SubResource("BoxMesh_572kf")
|
||||
script = ExtResource("3_lrl7m")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue