2011-11-04 00:10:12 +01:00
|
|
|
Module
|
2011-12-05 19:27:07 +01:00
|
|
|
name: game_healthbar
|
2011-11-04 00:10:12 +01:00
|
|
|
description: Displays health and mana points
|
|
|
|
author: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
2012-03-22 22:47:52 +01:00
|
|
|
|
2012-03-23 14:48:05 +01:00
|
|
|
dependecies:
|
|
|
|
- game
|
|
|
|
|
2012-03-22 22:47:52 +01:00
|
|
|
@onLoad: |
|
2012-02-06 05:39:52 +01:00
|
|
|
dofile 'healthbar'
|
2012-03-23 14:48:05 +01:00
|
|
|
HealthBar.init()
|
|
|
|
|
|
|
|
@onUnload: |
|
|
|
|
HealthBar.terminate()
|