summaryrefslogtreecommitdiff
path: root/scenes/Game.tscn
diff options
context:
space:
mode:
authorGustavoEklund <eklundgu@gmail.com>2025-08-28 20:38:10 -0300
committerGustavoEklund <eklundgu@gmail.com>2025-08-28 20:38:10 -0300
commit5f23459b25f9232847e2c9b33b3171937c536fd6 (patch)
tree16926b62e80a1d0a9ec08ca8e57398faef76f26f /scenes/Game.tscn
parentf55c5e899a073cc0033fdbdde04a2de4644433fb (diff)
parent3c9192b24c09146df066fd986f34d269c50648e8 (diff)
Merge branch 'master' of https://github.com/Simplesmente-O-Grupo/projeto-fantasia
Diffstat (limited to 'scenes/Game.tscn')
-rw-r--r--scenes/Game.tscn5
1 files changed, 4 insertions, 1 deletions
diff --git a/scenes/Game.tscn b/scenes/Game.tscn
index 2003472..326373a 100644
--- a/scenes/Game.tscn
+++ b/scenes/Game.tscn
@@ -1,10 +1,11 @@
-[gd_scene load_steps=6 format=3 uid="uid://u5h6iqyi8wd0"]
+[gd_scene load_steps=7 format=3 uid="uid://u5h6iqyi8wd0"]
[ext_resource type="Script" uid="uid://dwubb28wt4bhe" path="res://scripts/Game.cs" id="1_cpr0p"]
[ext_resource type="Script" uid="uid://fe2h4is11tnw" path="res://scripts/map/Map.cs" id="3_cpr0p"]
[ext_resource type="Script" uid="uid://ejqmdbc0524i" path="res://scripts/input/InputHandler.cs" id="3_s0nni"]
[ext_resource type="Script" uid="uid://dwyr067lwqcsj" path="res://scripts/map/DungeonGenerator.cs" id="4_78awf"]
[ext_resource type="Script" uid="uid://bereyrj1s46y5" path="res://scripts/map/FieldOfView.cs" id="5_s0nni"]
+[ext_resource type="PackedScene" uid="uid://bnuyp1ahv7q0h" path="res://scenes/ui.tscn" id="6_aug50"]
[node name="Game" type="Node"]
script = ExtResource("1_cpr0p")
@@ -31,3 +32,5 @@ script = ExtResource("5_s0nni")
[node name="Camera2D" type="Camera2D" parent="."]
offset = Vector2(8, 8)
zoom = Vector2(2, 2)
+
+[node name="UI" parent="." instance=ExtResource("6_aug50")]