mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-17 15:53:26 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
7
SabrehavenOTClient/mods/game_healthbars/healthbars.lua
Normal file
7
SabrehavenOTClient/mods/game_healthbars/healthbars.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
function init()
|
||||
g_healthBars.addHealthBackground("/images/bars/health1", -2, -2, 0, 2, 4)
|
||||
g_healthBars.addManaBackground("/images/bars/mana1", -2, -2, 0, 2, 4)
|
||||
end
|
||||
|
||||
function terminate()
|
||||
end
|
Reference in New Issue
Block a user