mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
reorganize modules
This commit is contained in:
18
modules/background/background.otmod
Normal file
18
modules/background/background.otmod
Normal file
@@ -0,0 +1,18 @@
|
||||
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()
|
||||
|
Reference in New Issue
Block a user