Camera mouse look and trees

This commit is contained in:
2024-03-06 20:59:34 -05:00
parent ec869732ba
commit 2037197774
31 changed files with 450768 additions and 27 deletions

17
godot/Player.tscn Normal file
View File

@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://dmyni0e38gals"]
[ext_resource type="Script" path="res://Scripts/Player/Camera3D.gd" id="2_yhea5"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_o57nv"]
[node name="Player" type="CharacterBody3D"]
script = ExtResource("2_yhea5")
[node name="Pivot" type="Node3D" parent="."]
[node name="Camera3D" type="Camera3D" parent="Pivot"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.4989, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_o57nv")