otclient/modules/client/client.otmod
Eduardo Bart 81068f820d Implement lights, thanks @Tarjei400
Now otclient have lights! This code was originally made
by @Tarjei400, I have improved it and merged into otclient
master. Many thanks for tarjei for the contribution.

Warning, this still experimental, fixes may come in the next days.
2012-11-28 23:47:36 -02:00

26 lines
483 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_options
- client_terminal
- client_modulemanager
- client_entergame
//- client_stats
@onLoad: |
dofile 'client'
Client.init()
@onUnload: |
Client.terminate()