First commit

This commit is contained in:
2026-03-19 14:11:55 -04:00
commit d0d7960545
107 changed files with 464 additions and 0 deletions

15
scenes/Player.tscn Normal file
View File

@@ -0,0 +1,15 @@
[gd_scene load_steps=3 format=3]
[ext_resource type="Script" path="res://scripts/Player.gd" id="1_script"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_player"]
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_script")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_player")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.7, 0)