Files
BlockShooter/Player/player.tscn
T
2026-09-21 23:16:08 +02:00

20 lines
787 B
Plaintext

[gd_scene format=3 uid="uid://28vjund5bw4e"]
[ext_resource type="Script" uid="uid://bpuswe0lscol6" path="res://Player/player.gd" id="1_l8h54"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_6rmpw"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_6rmpw"]
[node name="Player" type="CharacterBody3D" unique_id=317650489]
script = ExtResource("1_l8h54")
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=747962587]
shape = SubResource("CapsuleShape3D_6rmpw")
[node name="Camera3D" type="Camera3D" parent="." unique_id=1290238522]
transform = Transform3D(1, 0, 0, 0, 0.9396926, 0.34202012, 0, -0.34202012, 0.9396926, 1.5, 2, 3)
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1886576590]
mesh = SubResource("CapsuleMesh_6rmpw")