1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

partial 2

This commit is contained in:
y5nw 2025-05-24 23:16:14 +02:00 committed by y5nw
parent fc6238ae4e
commit 98aabd4ba4
4 changed files with 86 additions and 3 deletions

View file

@ -6,6 +6,7 @@ local path = core.get_builtin_path() .. "common" .. DIR_DELIM .. "settings" .. D
dofile(path .. "settingtypes.lua")
dofile(path .. "dlg_change_mapgen_flags.lua")
dofile(path .. "dlg_change_keybinding.lua")
dofile(path .. "dlg_settings.lua")
-- Uncomment to generate 'minetest.conf.example' and 'settings_translation_file.cpp'.