diff options
Diffstat (limited to 'scenes/Game.tscn')
| -rw-r--r-- | scenes/Game.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scenes/Game.tscn b/scenes/Game.tscn index ef60cc2..a409a23 100644 --- a/scenes/Game.tscn +++ b/scenes/Game.tscn @@ -7,7 +7,7 @@ [ext_resource type="Script" uid="uid://dwyr067lwqcsj" path="res://scripts/map/DungeonGenerator.cs" id="4_78awf"] [ext_resource type="Script" uid="uid://ogqlb3purl6n" path="res://scripts/input/GameOverInputHandler.cs" id="4_g4kob"] [ext_resource type="Script" uid="uid://bereyrj1s46y5" path="res://scripts/map/FieldOfView.cs" id="5_s0nni"] -[ext_resource type="PackedScene" uid="uid://b4h4xyr1g8o50" path="res://scenes/ui.tscn" id="6_aug50"] +[ext_resource type="PackedScene" uid="uid://b4h4xyr1g8o50" path="res://scenes/hud.tscn" id="6_aug50"] [node name="Game" type="Node"] script = ExtResource("1_cpr0p") @@ -41,4 +41,4 @@ script = ExtResource("5_s0nni") offset = Vector2(8, 8) zoom = Vector2(0.5, 0.5) -[node name="UI" parent="." instance=ExtResource("6_aug50")] +[node name="HUD" parent="." instance=ExtResource("6_aug50")] |
