SlimeoosOdyssey/godot/player.tscn

26 lines
978 B
Plaintext
Raw Normal View History

2023-08-19 11:51:06 -06:00
[gd_scene load_steps=6 format=3 uid="uid://7utef1nnena8"]
2023-08-18 20:59:38 -06:00
[ext_resource type="Script" path="res://Player.gd" id="1_7gpdp"]
2023-08-19 11:30:53 -06:00
[ext_resource type="PackedScene" uid="uid://bmx4xpa5svia3" path="res://Models/grape_man.tscn" id="2_hha22"]
2023-08-18 20:59:38 -06:00
2023-08-19 11:30:53 -06:00
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_1yhh3"]
radius = 1.2
height = 5.8
2023-08-18 20:59:38 -06:00
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_7gpdp")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
2023-08-19 11:30:53 -06:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3, 0)
shape = SubResource("CapsuleShape3D_1yhh3")
2023-08-18 20:59:38 -06:00
2023-08-19 11:30:53 -06:00
[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)
2023-08-18 20:59:38 -06:00
2023-08-18 21:27:39 -06:00
[node name="CameraMount" type="Node3D" parent="."]
2023-08-19 11:30:53 -06:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.45879, 0)
2023-08-18 21:27:39 -06:00
[node name="PlayerCam" type="Camera3D" parent="CameraMount"]
2023-08-19 11:51:06 -06:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 11.9417)
fov = 50.0