killbox/godot/scenes/player/player_input.tscn
2025-02-06 09:56:39 +01:00

23 lines
816 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dqp551myngaey"]
[ext_resource type="Script" path="res://scenes/player/player_input_controller.gd" id="1_5vm0e"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_uacs5"]
[node name="PlayerInput" type="CharacterBody3D"]
collision_layer = 2
collision_mask = 3
script = ExtResource("1_5vm0e")
[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)