diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-19 17:21:35 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-19 17:21:35 +0200 |
| commit | 4a7fba96222160ec02378a848714d0b7e1139d21 (patch) | |
| tree | b2ac1970593c036ecdb481be2db771244270feb0 /root.tscn | |
| parent | 08a3eda857214c9d610f652939b5cad7f76e17f7 (diff) | |
Rename level -> room
Diffstat (limited to 'root.tscn')
| -rw-r--r-- | root.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ [gd_scene load_steps=3 format=3 uid="uid://cey3jxnpmommt"] [ext_resource type="Script" uid="uid://dxbspy72bg0db" path="res://root.gd" id="1_pyidc"] -[ext_resource type="PackedScene" uid="uid://cjdhfl70fgt6m" path="res://level_main_menu.tscn" id="2_pyidc"] +[ext_resource type="PackedScene" uid="uid://cjdhfl70fgt6m" path="res://room_main_menu.tscn" id="2_pyidc"] [node name="Root" type="Node2D"] script = ExtResource("1_pyidc") -initial_level = ExtResource("2_pyidc") +initial_room = ExtResource("2_pyidc") |
