batrix/scenes/player.tscn
2025-02-18 00:44:03 +10:00

28 lines
958 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://b73y71y3efmv"]
[ext_resource type="Script" path="res://scripts/player/player.gd" id="1_xt3i8"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_apl1i"]
height = 1.8
[sub_resource type="CapsuleMesh" id="CapsuleMesh_dtg5r"]
height = 1.8
[sub_resource type="BoxMesh" id="BoxMesh_fdktb"]
size = Vector3(0.5, 0.5, 0.5)
[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("CylinderShape3D_apl1i")
[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")
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.17779, 0.357218)
mesh = SubResource("BoxMesh_fdktb")