This commit is contained in:
Tabby 2025-04-06 01:34:16 +11:00
parent 0a3ae3b6f2
commit ddb13df0f5
26 changed files with 42 additions and 31 deletions

View file

@ -1,8 +1,8 @@
[gd_scene load_steps=5 format=3 uid="uid://dqvq4ybcpws87"]
[ext_resource type="Script" path="res://Commands/command_block.gd" id="1_ra6j6"]
[ext_resource type="Script" uid="uid://brghj78gsq8lx" path="res://Commands/command_block.gd" id="1_ra6j6"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_55i1l"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_idcaa"]
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_55i1l")
material_override = SubResource("StandardMaterial3D_idcaa")
mesh = SubResource("BoxMesh_572kf")
[node name="CollisionShape3D3" type="CollisionShape3D" parent="."]