Eduardo Bart 33458a3e39 modules changes
* speedup widget destruction checks
* rework outfit module using grid layout and the new design
* fixes in console, terminal, textmessage modules
2012-03-22 18:47:52 -03:00

14 lines
250 B
Plaintext

Module
name: game_outfit
description: Change local player outfit
author: OTClient team
website: https://github.com/edubart/otclient
reloadable: true
@onLoad: |
dofile 'outfit'
Outfit.init()
@onUnload: |
Outfit.terminate()