4
0

configuration window

This commit is contained in:
2025-12-11 18:42:38 +01:00
parent 755b648280
commit 1913d7d7d4
8 changed files with 117 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ local MenuWindow = {}
local GameWindow = {}
local PopupWindow = {}
local InventoryWindow = {}
local ConfigurationWindow = {}
local UI = {}
local Input = {}

View File

@@ -5,3 +5,4 @@ local WINDOW_GAME = 3
local WINDOW_POPUP = 4
local WINDOW_INVENTORY = 5
local WINDOW_INVENTORY_ACTION = 6
local WINDOW_CONFIGURATION = 7