40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://crtm0xtiql3r8"]
|
|
|
|
[ext_resource type="Script" uid="uid://bn777gguclud5" path="res://player.gd" id="1_xhfnw"]
|
|
[ext_resource type="Script" path="res://camera_iso.gd" id="2_camera_iso"]
|
|
[ext_resource type="PackedScene" uid="uid://bun14xmk20pcj" path="res://Assets/bull.fbx" id="4_e80uo"]
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_chest"]
|
|
radius = 0.35
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_belly"]
|
|
radius = 0.40
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_hips"]
|
|
radius = 0.30
|
|
|
|
[node name="Player" type="CharacterBody3D" unique_id=165510044]
|
|
collision_layer = 3
|
|
script = ExtResource("1_xhfnw")
|
|
|
|
[node name="CollisionChest" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.505, -0.2)
|
|
shape = SubResource("SphereShape3D_chest")
|
|
|
|
[node name="CollisionBelly" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.505, 0.1)
|
|
shape = SubResource("SphereShape3D_belly")
|
|
|
|
[node name="CollisionHips" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.505, 0.4)
|
|
shape = SubResource("SphereShape3D_hips")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." unique_id=1120161087]
|
|
script = ExtResource("2_camera_iso")
|
|
|
|
[node name="bull" parent="." unique_id=1386495166 instance=ExtResource("4_e80uo")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.655, 0.23)
|
|
|
|
[editable path="bull"]
|
|
|