mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2026-01-02 21:27:11 +01:00
fix items, map, protocls
This commit is contained in:
7
800OTClient/mods/game_healthbars/healthbars.lua
Normal file
7
800OTClient/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