rename partial files

This commit is contained in:
2025-12-10 23:16:39 +01:00
parent cb95285c2a
commit fc398d0f65
20 changed files with 19 additions and 19 deletions

10
inc/init.windows.lua Normal file
View File

@@ -0,0 +1,10 @@
--------------------------------------------------------------------------------
-- Game Windows
--------------------------------------------------------------------------------
local WINDOW_SPLASH = 0
local WINDOW_INTRO = 1
local WINDOW_MENU = 2
local WINDOW_GAME = 3
local WINDOW_POPUP = 4
local WINDOW_INVENTORY = 5
local WINDOW_INVENTORY_ACTION = 6