tibia-client/modules/background/background.otmod

17 lines
299 B
Plaintext
Raw Normal View History

2011-11-02 04:02:56 +01:00
Module
name: background
description: Handles the background of the login screen
author: OTClient team
website: https://github.com/edubart/otclient
dependencies:
- core
onLoad: |
require 'background'
Background.create()
return true
onUnload:
Background.destroy()