otclient/modules/client/client.otmod
BeniS fc55c6b524 Interface edits, additions, and fixes:
* 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.
2013-01-03 21:24:07 +13:00

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()