stick-the-quick/autoload/PlayerControl/PlayerControl.tscn

24 lines
878 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://cbgnsqe6ryfek"]
[ext_resource type="Script" path="res://autoload/PlayerControl/PlayerControl.gd" id="1_pm6of"]
[ext_resource type="Environment" uid="uid://dgy8ovtotble7" path="res://vfx/Environment.tres" id="2_qygrc"]
[ext_resource type="Script" path="res://characters/thinkers/RunnerController.gd" id="3_250op"]
[sub_resource type="SphereShape3D" id="SphereShape3D_fy4pd"]
radius = 0.063
[node name="PlayerControl" type="Node"]
process_mode = 3
script = ExtResource("1_pm6of")
[node name="RunnerController" type="Camera3D" parent="."]
process_mode = 3
environment = ExtResource("2_qygrc")
current = true
script = ExtResource("3_250op")
[node name="Area3D" type="Area3D" parent="RunnerController"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="RunnerController/Area3D"]
shape = SubResource("SphereShape3D_fy4pd")