23 lines
804 B
Plaintext
23 lines
804 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://d3ohhfsnbspsm"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/player/player_node.gd" id="1_8uxms"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_uacs5"]
|
|
|
|
[node name="PlayerInput" type="CharacterBody3D"]
|
|
collision_layer = 2
|
|
collision_mask = 3
|
|
script = ExtResource("1_8uxms")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
shape = SubResource("CapsuleShape3D_uacs5")
|
|
|
|
[node name="CameraMount" type="Node3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.70665, -0.197926)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="CameraMount"]
|
|
|
|
[node name="CSGBox3D" type="CSGBox3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.70817, 0)
|