Eduardo Bart 239f58296e restore inventory and healthbar
* 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
2012-03-23 10:48:05 -03:00

19 lines
384 B
Plaintext

Module
name: client_entergame
description: Manages enter game and character list windows
author: OTClient team
website: https://github.com/edubart/otclient
dependencies:
- client_topmenu
@onLoad: |
dofile 'entergame'
dofile 'characterlist'
EnterGame.init()
CharacterList.init()
@onUnload: |
EnterGame.terminate()
CharacterList.terminate()