diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-19 17:26:53 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-19 17:26:53 +0200 |
| commit | 30a3c440c3f18d7d2e0d6cb2e9c41f778922ba89 (patch) | |
| tree | b07961a9d24104da1d6767246f2956aee05103e6 /top.tscn | |
| parent | 4a7fba96222160ec02378a848714d0b7e1139d21 (diff) | |
Rename Root -> Top
Diffstat (limited to 'top.tscn')
| -rw-r--r-- | top.tscn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/top.tscn b/top.tscn new file mode 100644 index 0000000..ca641f7 --- /dev/null +++ b/top.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=3 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"] + +[node name="Top" type="Node2D"] +script = ExtResource("1_on2c2") +initial_room = ExtResource("2_58ij3") |
