mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

* Added a new module for exiting the client (client_exit). * Added tab spacing to the UITabBar class. * Added tab popup menus for things like channel tabs. * Impelemented channel tab popup menus (still need to be finished). * Fixed UITabBar tab draging (will now change after dragged half way over the next tab, not 2 pixels). * Fixes to the client_options module. * Edited some UI settings. * Changed game_cooldown and game_spelllist menu button icons. * Fixed some typos.
27 lines
501 B
Plaintext
27 lines
501 B
Plaintext
Module
|
|
name: client
|
|
description: Initialize the client and setups its main window
|
|
author: edubart
|
|
website: www.otclient.info
|
|
reloadable: false
|
|
|
|
load-later:
|
|
- client_skins
|
|
- client_locales
|
|
//- client_particles
|
|
- client_topmenu
|
|
- client_background
|
|
- client_entergame
|
|
- client_options
|
|
- client_terminal
|
|
- client_modulemanager
|
|
- client_exit
|
|
//- client_stats
|
|
|
|
@onLoad: |
|
|
dofile 'client'
|
|
Client.init()
|
|
|
|
@onUnload: |
|
|
Client.terminate()
|