26 lines
974 B
Plaintext
26 lines
974 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://csqyxbjumla33"]
|
|
|
|
[ext_resource type="Script" path="res://Player.gd" id="1_7gpdp"]
|
|
[ext_resource type="PackedScene" uid="uid://bmx4xpa5svia3" path="res://Models/grape_man.tscn" id="2_hha22"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_1yhh3"]
|
|
radius = 1.2
|
|
height = 5.8
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
script = ExtResource("1_7gpdp")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0)
|
|
shape = SubResource("CapsuleShape3D_1yhh3")
|
|
|
|
[node name="grape_man" parent="." instance=ExtResource("2_hha22")]
|
|
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
|
|
|
[node name="CameraMount" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.45879, 0)
|
|
|
|
[node name="PlayerCam" type="Camera3D" parent="CameraMount"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 7)
|
|
fov = 105.5
|