4
0

rename partial files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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

View File

@@ -3,5 +3,5 @@
-- desc: Life of a programmer in the Vector -- desc: Life of a programmer in the Vector
-- site: https://github.com/rastasi/mranderson -- site: https://github.com/rastasi/mranderson
-- license: MIT License -- license: MIT License
-- version: 0.9 -- version: 0.10
-- script: lua -- script: lua

View File

@@ -1,18 +1,18 @@
header.lua meta.header.lua
config.lua init.config.lua
windows.lua init.windows.lua
modules.lua init.modules.lua
context.lua init.context.lua
inventory.lua window.inventory.lua
menu_actions.lua actions.menu.lua
npc_actions.lua actions.npc.lua
item_actions.lua actions.inventory.lua
input.lua system.input.lua
ui.lua system.ui.lua
splash.lua window.splash.lua
intro.lua window.intro.lua
menu.lua window.menu.lua
game.lua window.game.lua
popup.lua window.popup.lua
main.lua system.main.lua
assets.lua meta.assets.lua