channel-switcher/gameManager.tscn

15 lines
690 B
Text
Raw Permalink Normal View History

2025-05-17 17:48:13 +10:00
[gd_scene load_steps=4 format=3 uid="uid://ip51kjj5sl6v"]
2025-05-15 14:35:32 +10:00
[ext_resource type="Script" uid="uid://cuct36ytrc3mu" path="res://game_manager.gd" id="1_d8p07"]
2025-05-16 01:29:12 +10:00
[ext_resource type="Texture2D" uid="uid://r71wb0u4bsxw" path="res://sprites/broken_tv_remote.png" id="2_s0thi"]
2025-05-17 17:48:13 +10:00
[ext_resource type="AudioStream" uid="uid://c5r76x65ps5a2" path="res://sounds/evil.mp3" id="3_vwfng"]
2025-05-15 14:35:32 +10:00
2025-05-17 17:48:13 +10:00
[node name="GameManager" type="Node" node_paths=PackedStringArray("zoom_player")]
2025-05-15 14:35:32 +10:00
script = ExtResource("1_d8p07")
2025-05-16 01:29:12 +10:00
broken_tv_remote = ExtResource("2_s0thi")
2025-05-17 17:48:13 +10:00
zoom_player = NodePath("AudioStreamPlayer")
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_vwfng")
volume_db = -2.08