feat: create main game scene with gridmap, environment, and UI controls.

This commit is contained in:
Yogi Wiguna
2026-03-05 17:56:54 +08:00
parent 7d801f1156
commit 14331c222e
+2
View File
@@ -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)