mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
17 lines
299 B
Plaintext
17 lines
299 B
Plaintext
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()
|
|
|