This commit is contained in:
arrelin
2026-05-15 12:02:08 +03:00
parent d577d10b49
commit 41a46acdb2
8 changed files with 117 additions and 0 deletions

16
scene/char.tscn Normal file
View File

@@ -0,0 +1,16 @@
[gd_scene format=3 uid="uid://cymwfwx7ncy1g"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_w2xbp"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_i7ec8"]
[node name="Char" type="CharacterBody3D" unique_id=1222318117]
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1512273415]
mesh = SubResource("CapsuleMesh_w2xbp")
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=735405303]
shape = SubResource("CapsuleShape3D_i7ec8")
[node name="Camera3D" type="Camera3D" parent="." unique_id=1984742585]
transform = Transform3D(1, 0, 0, 0, 0.8994281, 0.43706867, 0, -0.43706867, 0.8994281, -0.28681415, 2.0960088, 2)