WIP: merge recipies

This commit is contained in:
2026-04-22 19:10:44 +03:00
parent 66b8120eb7
commit 663d532c88
19 changed files with 546 additions and 11 deletions
+28
View File
@@ -0,0 +1,28 @@
[gd_scene format=3 uid="uid://c3sticlaxmn1p"]
[ext_resource type="Script" path="res://scripts/Stick.gd" id="1_stick"]
[sub_resource type="CylinderMesh" id="CylinderMesh_1"]
top_radius = 0.06
bottom_radius = 0.06
height = 0.65
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
albedo_color = Color(0.55, 0.38, 0.18, 1)
roughness = 0.95
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_1"]
radius = 0.07
height = 0.65
[node name="Stick" type="CharacterBody3D"]
script = ExtResource("1_stick")
[node name="StickMesh" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.32, 0)
mesh = SubResource("CylinderMesh_1")
material_override = SubResource("StandardMaterial3D_1")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.32, 0)
shape = SubResource("CapsuleShape3D_1")