otclient/modules/client/client.otmod
Eduardo Bart 788a831f24 bug report module
* change modules authors and website
* avoid anchors recursivity crash
* update README
2012-05-01 10:06:38 -03:00

27 lines
492 B
Plaintext

Module
name: client
description: Initialize the client and setups its main window
author: edubart
website: www.otclient.info
autoload: true
autoload-priority: 100
reloadable: false
load-later:
- client_locales
- client_topmenu
- client_background
//- client_about
- client_options
- client_terminal
- client_modulemanager
- client_entergame
- game
@onLoad: |
dofile 'client'
Client.init()
@onUnload: |
Client.terminate()