WIP: merge recipies
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[gd_scene format=3 uid="uid://d4leath8bvq2r"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Leather.gd" id="1_leather"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_1"]
|
||||
size = Vector3(0.5, 0.06, 0.35)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
|
||||
albedo_color = Color(0.62, 0.38, 0.20, 1)
|
||||
roughness = 0.85
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_1"]
|
||||
size = Vector3(0.5, 0.06, 0.35)
|
||||
|
||||
[node name="Leather" type="CharacterBody3D"]
|
||||
script = ExtResource("1_leather")
|
||||
|
||||
[node name="LeatherMesh" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.05, 0)
|
||||
mesh = SubResource("BoxMesh_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.05, 0)
|
||||
shape = SubResource("BoxShape3D_1")
|
||||
Reference in New Issue
Block a user