mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 10:09:21 +02:00

* partially restore vip, battle, healthbar, skills and inventory modules * more fixes on UIWidgets * implement UIMiniWindow close/minimize functionality * allow drag and drop miniwindows beteween game panels
15 lines
243 B
Plaintext
15 lines
243 B
Plaintext
Module
|
|
name: game_battle
|
|
description: Manage battle window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
icon: battle.png
|
|
|
|
@onLoad: |
|
|
dofile 'battle'
|
|
Battle.init()
|
|
|
|
@onUnload:
|
|
Battle.terminate()
|
|
|