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
15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
Module
|
|
name: client_options
|
|
description: Create the options window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependencies:
|
|
- client_topmenu
|
|
|
|
@onLoad: |
|
|
dofile 'options'
|
|
Options.init()
|
|
|
|
@onUnload: |
|
|
Options.terminate() |