hurrmmm/godot/control_scheme/controller.tscn

33 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-11-11 21:25:18 -07:00
[gd_scene load_steps=6 format=3 uid="uid://drmb4sitb74fx"]
2023-11-11 09:15:31 -07:00
[ext_resource type="Script" path="res://control_scheme/controller.gd" id="1_h3pjb"]
2023-11-11 14:56:43 -07:00
[ext_resource type="PackedScene" uid="uid://p2n48c8st55d" path="res://control_scheme/radial_ui.tscn" id="2_qidcb"]
2023-11-11 16:12:46 -07:00
[ext_resource type="AudioStream" uid="uid://ckhf7ksthi053" path="res://audio/charge.wav" id="3_exgm6"]
2023-11-11 17:24:52 -07:00
[ext_resource type="AudioStream" uid="uid://c5v6c6x05lqg3" path="res://audio/billiard-clack.wav" id="4_12r5s"]
2023-11-11 21:25:18 -07:00
[ext_resource type="AudioStream" uid="uid://bg07vavc0duo5" path="res://audio/error.mp3" id="5_l6rvw"]
2023-11-11 09:15:31 -07:00
[node name="controller" type="Node3D"]
top_level = true
script = ExtResource("1_h3pjb")
[node name="rotate_helper" type="Node3D" parent="."]
unique_name_in_owner = true
[node name="camera_spot" type="Marker3D" parent="rotate_helper"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0)
2023-11-11 14:56:43 -07:00
[node name="radial_ui" parent="." instance=ExtResource("2_qidcb")]
unique_name_in_owner = true
2023-11-11 16:12:46 -07:00
2023-11-11 17:24:52 -07:00
[node name="ChargeSound" type="AudioStreamPlayer" parent="."]
unique_name_in_owner = true
2023-11-11 16:12:46 -07:00
stream = ExtResource("3_exgm6")
2023-11-11 17:24:52 -07:00
[node name="ChargeReleaseSound" type="AudioStreamPlayer" parent="."]
unique_name_in_owner = true
stream = ExtResource("4_12r5s")
2023-11-11 21:25:18 -07:00
[node name="NoChargesSound" type="AudioStreamPlayer" parent="."]
stream = ExtResource("5_l6rvw")