23 lines
1 KiB
Text
23 lines
1 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://fiaybotgspa7"]
|
|
|
|
[ext_resource type="Script" path="res://character/Prop.gd" id="1_hjilv"]
|
|
[ext_resource type="PackedScene" uid="uid://8o38u7wmi40k" path="res://assets/Special/Coffee.gltf" id="2_7bp3d"]
|
|
[ext_resource type="PackedScene" uid="uid://bcd12ht7disho" path="res://character/CameraRig.tscn" id="3_84hgi"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_3ere3"]
|
|
radius = 0.15
|
|
height = 0.4
|
|
|
|
[node name="Coffee" type="CharacterBody3D" node_paths=PackedStringArray("visual", "camera_rig")]
|
|
script = ExtResource("1_hjilv")
|
|
visual = NodePath("Coffee")
|
|
camera_rig = NodePath("CameraRig")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, -0.05, 0.15, 0)
|
|
shape = SubResource("CapsuleShape3D_3ere3")
|
|
|
|
[node name="Coffee" parent="." instance=ExtResource("2_7bp3d")]
|
|
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0)
|
|
|
|
[node name="CameraRig" parent="." instance=ExtResource("3_84hgi")]
|