mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Tweaks to maps and enemies
This commit is contained in:
parent
f4f783c5f3
commit
bd8c8901f3
7 changed files with 1620 additions and 437 deletions
21
Scenes/Actors/3D/game_controller.tscn
Normal file
21
Scenes/Actors/3D/game_controller.tscn
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue