tibia-client/modules/client_background/background.otmod

15 lines
279 B
Plaintext
Raw Normal View History

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