mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 21:13:26 +02:00
save window position and size
This commit is contained in:
16
modules/addon_mapeffects/mapeffects.otmod
Normal file
16
modules/addon_mapeffects/mapeffects.otmod
Normal file
@@ -0,0 +1,16 @@
|
||||
Module
|
||||
name: mapeffects
|
||||
description: Contains experimental shader effects for map
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
// console can be loaded after core
|
||||
autoLoad: true
|
||||
autoLoadPriority: 1000
|
||||
|
||||
onLoad: |
|
||||
require 'mapeffects'
|
||||
MapEffects.init()
|
||||
|
||||
onUnload: |
|
||||
MapEffects.terminate()
|
Reference in New Issue
Block a user