godot-wild-jam-66/character/PropCoffee.tscn

19 lines
901 B
Text

[gd_scene load_steps=4 format=3 uid="uid://bkao5gvbx6a7o"]
[ext_resource type="PackedScene" uid="uid://c8pl07tl2qho3" path="res://character/BaseProp.tscn" id="1_cu4f1"]
[ext_resource type="PackedScene" uid="uid://8o38u7wmi40k" path="res://assets/Special/Coffee.gltf" id="2_8ruut"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_dfayl"]
radius = 0.15
height = 0.4
[node name="PropCoffee" node_paths=PackedStringArray("visual") instance=ExtResource("1_cu4f1")]
friendlyname = "Manager's Coffee"
visual = NodePath("Coffee")
[node name="CollisionShape3D" type="CollisionShape3D" parent="." index="3"]
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, -0.05, 0.15, 0)
shape = SubResource("CapsuleShape3D_dfayl")
[node name="Coffee" parent="." index="4" instance=ExtResource("2_8ruut")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0)