ChronoChamber/Commands/command_block.tscn

30 lines
1.2 KiB
Text
Raw Normal View History

2024-08-13 22:45:09 +10:00
[gd_scene load_steps=5 format=3 uid="uid://dqvq4ybcpws87"]
2024-08-10 19:26:53 +10:00
[ext_resource type="Script" path="res://Commands/command_block.gd" id="1_ra6j6"]
2024-08-13 23:03:42 +10:00
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_55i1l"]
2024-08-12 00:10:55 +10:00
emission = Color(1, 1, 1, 1)
subsurf_scatter_strength = 1.0
uv1_scale = Vector3(3, 2, 1)
uv1_triplanar_sharpness = 0.0583145
uv2_triplanar_sharpness = 0.170755
texture_filter = 0
2024-08-10 19:26:53 +10:00
[sub_resource type="BoxMesh" id="BoxMesh_572kf"]
size = Vector3(0.5, 0.5, 0.5)
[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_mmdx7"]
points = PackedVector3Array(0.25, 0.25, 0.25, 0.25, 0.25, -0.25, -0.25, 0.25, 0.25, 0.25, -0.25, 0.25, 0.25, -0.25, -0.25, -0.25, 0.25, -0.25, -0.25, -0.25, 0.25, -0.25, -0.25, -0.25)
2024-08-12 00:10:55 +10:00
[node name="BaseCommand" type="RigidBody3D" node_paths=PackedStringArray("mesh", "collider")]
2024-08-10 19:26:53 +10:00
script = ExtResource("1_ra6j6")
2024-08-12 00:10:55 +10:00
mesh = NodePath("MeshInstance3D")
2024-08-11 12:27:38 +10:00
collider = NodePath("CollisionShape3D3")
2024-08-10 19:26:53 +10:00
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
2024-08-13 23:03:42 +10:00
material_override = SubResource("StandardMaterial3D_55i1l")
2024-08-10 19:26:53 +10:00
mesh = SubResource("BoxMesh_572kf")
[node name="CollisionShape3D3" type="CollisionShape3D" parent="."]
shape = SubResource("ConvexPolygonShape3D_mmdx7")