batrix/scenes/player.tscn
2025-02-17 20:59:03 +10:00

21 lines
695 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://b73y71y3efmv"]
[ext_resource type="Script" path="res://scripts/player.gd" id="1_xt3i8"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_14v7g"]
height = 1.8
[sub_resource type="CapsuleMesh" id="CapsuleMesh_dtg5r"]
height = 1.8
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_xt3i8")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9, 0)
shape = SubResource("CapsuleShape3D_14v7g")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9, 0)
mesh = SubResource("CapsuleMesh_dtg5r")