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
26 lines
495 B
Plaintext
26 lines
495 B
Plaintext
Module
|
|
name: client
|
|
description: Initialize the client and setups its main window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
autoload: true
|
|
autoload-priority: 100
|
|
reloadable: false
|
|
|
|
load-later:
|
|
- client_topmenu
|
|
- client_background
|
|
//- client_about
|
|
- client_options
|
|
- client_terminal
|
|
- client_modulemanager
|
|
- client_entergame
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'client'
|
|
Client.init()
|
|
|
|
@onUnload: |
|
|
Client.terminate()
|