mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49: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
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
Module
|
|
name: client_topmenu
|
|
description: Create the top menu
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
@onLoad: |
|
|
dofile 'topmenu'
|
|
TopMenu.init()
|
|
|
|
@onUnload: |
|
|
TopMenu.terminate()
|