otclient/modules/client/client.otmod
Eduardo Bart a24212d4de back to otclient dev, with new background!
* show otclient version in background
* disable about module (don't really need it)
* new function for formating strings like sprintf, Fw::formatString
* new nice background (taken from RPG maker XV)
* update contact information in README
* fix text rendering issues with opacity
2012-03-16 10:31:21 -03:00

24 lines
464 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
load-later:
- client_topmenu
- client_background
//- client_about
- client_options
- client_terminal
- client_modulemanager
- client_entergame
@onLoad: |
dofile 'client'
Client.init()
@onUnload: |
Client.terminate()