diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-21 21:38:49 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-21 21:39:07 +0200 |
| commit | 6824649c8961b8aa695b6be805401fa357a61793 (patch) | |
| tree | 0441c52355be55518cd74a08b363740d78a093df /top.tscn | |
| parent | 242dec6cb636be957fe1c13415762f1e204deef7 (diff) | |
Improve map
Diffstat (limited to 'top.tscn')
| -rw-r--r-- | top.tscn | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,9 +1,10 @@ -[gd_scene load_steps=5 format=3 uid="uid://cey3jxnpmommt"] +[gd_scene load_steps=6 format=3 uid="uid://cey3jxnpmommt"] [ext_resource type="Script" uid="uid://dxbspy72bg0db" path="res://top.gd" id="1_on2c2"] [ext_resource type="PackedScene" uid="uid://cjdhfl70fgt6m" path="res://room_main_menu.tscn" id="2_58ij3"] [ext_resource type="PackedScene" uid="uid://c2shuyjjq06p8" path="res://transition_manager.tscn" id="3_2exal"] [ext_resource type="PackedScene" uid="uid://cseqghymhiyqo" path="res://map.tscn" id="3_58ij3"] +[ext_resource type="PackedScene" uid="uid://cciwccvljuuyq" path="res://touch_screen_ui.tscn" id="5_edsjh"] [node name="Top" type="Node2D"] process_mode = 3 @@ -13,3 +14,5 @@ initial_room = ExtResource("2_58ij3") [node name="TransitionManager" parent="." instance=ExtResource("3_2exal")] [node name="Map" parent="." instance=ExtResource("3_58ij3")] + +[node name="TouchScreenUI" parent="." instance=ExtResource("5_edsjh")] |
