otclient/modules/background/background.otmod
2011-11-02 01:02:56 -02:00

19 lines
330 B
Plaintext

Module
name: background
description: Handles the background of the login screen
author: OTClient team
website: https://github.com/edubart/otclient
autoLoad: true
dependencies:
- core
- topmenu
onLoad: |
require 'background'
Background.create()
return true
onUnload:
Background.destroy()