1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

Refactor builtin HUD (#14346)

This commit is contained in:
cx384 2024-04-10 11:43:15 +02:00 committed by GitHub
parent 284f6d3682
commit 8a5e49c856
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 262 additions and 220 deletions

View file

@ -35,7 +35,7 @@ assert(loadfile(gamepath .. "falling.lua"))(builtin_shared)
dofile(gamepath .. "features.lua")
dofile(gamepath .. "voxelarea.lua")
dofile(gamepath .. "forceloading.lua")
dofile(gamepath .. "statbars.lua")
dofile(gamepath .. "hud.lua")
dofile(gamepath .. "knockback.lua")
dofile(gamepath .. "async.lua")