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

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.
26 lines
483 B
Plaintext
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()
|