From 4a7fba96222160ec02378a848714d0b7e1139d21 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 19 Nov 2025 17:21:35 +0200 Subject: Rename level -> room --- root.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'root.tscn') diff --git a/root.tscn b/root.tscn index c1ea63d..b1a6389 100644 --- a/root.tscn +++ b/root.tscn @@ -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") -- cgit v1.3