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