mirror of
https://github.com/edubart/otclient.git
synced 2025-05-21 03:09:21 +02:00

* make inventory/healthbar work again allowing reload * changes in top menu toggle buttons * all modules are now reloadable by default * fix warning when using fade in * remove some unused files
16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
Module
|
|
name: game_healthbar
|
|
description: Displays health and mana points
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependecies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'healthbar'
|
|
HealthBar.init()
|
|
|
|
@onUnload: |
|
|
HealthBar.terminate()
|