Eduardo Bart 788a831f24 bug report module
* change modules authors and website
* avoid anchors recursivity crash
* update README
2012-05-01 10:06:38 -03:00

18 lines
254 B
Plaintext

Module
name: game_battle
description: Manage battle window
author: andrefaramir
website: www.otclient.info
icon: battle.png
dependencies:
- game
@onLoad: |
dofile 'battle'
Battle.init()
@onUnload: |
Battle.terminate()