23 lines
863 B
Text
23 lines
863 B
Text
[gd_scene load_steps=4 format=3 uid="uid://v5iatrrwgror"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/sandbox/player/SandboxPlayer.cs" id="1_auraj"]
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_orax3"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_4fhb2"]
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
script = ExtResource("1_auraj")
|
|
|
|
[node name="CSGMesh3D" type="CSGMesh3D" parent="."]
|
|
mesh = SubResource("CapsuleMesh_orax3")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("CapsuleShape3D_4fhb2")
|
|
|
|
[node name="CSGBox3D" type="CSGBox3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.436351, 0.458557, 0)
|
|
size = Vector3(0.5, 0.25, 0.25)
|
|
|
|
[node name="Camera" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.944686, 0.327976, 0, -0.327976, 0.944686, 0, 1.61751, 2.35265)
|