mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +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
|
10
SabrehavenOTClient/mods/game_healthbars/healthbars.otmod
Normal file
10
SabrehavenOTClient/mods/game_healthbars/healthbars.otmod
Normal file
@@ -0,0 +1,10 @@
|
||||
Module
|
||||
name: game_healthbars
|
||||
description: Load health and mana bars
|
||||
author: Oen44
|
||||
website: http://otclient.ovh
|
||||
scripts: [ healthbars ]
|
||||
autoload: false
|
||||
sandboxed: true
|
||||
@onLoad: init()
|
||||
@onUnload: terminate()
|
Reference in New Issue
Block a user