Initial commit

This commit is contained in:
Иван Кузьменко 2026-01-09 01:15:47 +03:00
commit 1d7fa4e5c9
18 changed files with 785 additions and 0 deletions

16
prefabs/player.tscn Normal file
View file

@ -0,0 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://blonrlqpw1gqr"]
[ext_resource type="Script" uid="uid://c1ojbknjgowvd" path="res://scripts/Player.cs" id="1_72ieh"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_fp3wc"]
[node name="CharacterBody3D" type="CharacterBody3D" node_paths=PackedStringArray("Camera")]
script = ExtResource("1_72ieh")
Camera = NodePath("Camera3D")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_fp3wc")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)