From 14331c222e33bd84e8d5900dea1fd70c77d0d331 Mon Sep 17 00:00:00 2001 From: Yogi Wiguna Date: Thu, 5 Mar 2026 17:56:54 +0800 Subject: [PATCH] feat: create main game scene with gridmap, environment, and UI controls. --- scenes/main.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scenes/main.tscn b/scenes/main.tscn index d20ae8c..8681ab5 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -98,6 +98,8 @@ columns = 14 rows = 14 floors = 2 auto_randomize = true +start_item = 2 +end_item = 3 immutable_items = Array[int]([4]) metadata/_editor_floor_ = Vector3(0, 1, 0)