mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

* speedup widget destruction checks * rework outfit module using grid layout and the new design * fixes in console, terminal, textmessage modules
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
Module
|
|
name: game_combatcontrols
|
|
description: Combat controls window
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
@onLoad: |
|
|
dofile 'combatcontrols'
|
|
CombatControls.init()
|
|
|
|
@onUnload: |
|
|
CombatControls.terminate()
|