17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
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()
|