cirnogodot/Scenes/Actors/3D/game_controller.tscn
2025-09-09 09:58:36 +02:00

21 lines
1.1 KiB
Text

[gd_scene load_steps=7 format=3 uid="uid://bv7tjma3g7nkf"]
[ext_resource type="Script" uid="uid://b8g8mflgsr5dc" path="res://Scripts/GameController.cs" id="1_4fmcg"]
[ext_resource type="PackedScene" uid="uid://rimplblbptcd" path="res://Scenes/Actors/IsoPlayer_FSM.tscn" id="3_vaerk"]
[ext_resource type="Script" uid="uid://c5nxsq3tyxcx6" path="res://Scripts/InventoryManager.cs" id="4_f74gu"]
[ext_resource type="PackedScene" uid="uid://dkwi1hu1bixoe" path="res://Scenes/HUD/HUD.tscn" id="5_txf7v"]
[ext_resource type="Script" uid="uid://cnkipcolyj61w" path="res://Scripts/AlarmManager.cs" id="6_gijkw"]
[ext_resource type="AudioStream" uid="uid://blohh20jktoyo" path="res://SFX/270641__phantastonia__alarm2.wav" id="7_dyj3a"]
[node name="GameController" type="Node"]
script = ExtResource("1_4fmcg")
PlayerTemplate = ExtResource("3_vaerk")
[node name="InventoryManager" type="Node" parent="."]
script = ExtResource("4_f74gu")
[node name="HUD" parent="." instance=ExtResource("5_txf7v")]
[node name="AlarmManager" type="Node" parent="."]
script = ExtResource("6_gijkw")
AlarmSound = ExtResource("7_dyj3a")