Update to cooldown panel

- Removed cooldowns from game interface
- Using UIProgressRect
This commit is contained in:
Samuel
2012-10-09 02:46:23 +02:00
parent 01993c133d
commit 286a0fea58
10 changed files with 214 additions and 129 deletions

View File

@@ -0,0 +1,9 @@
Module
name: game_cooldown
description: Spellcooldowns
author: OTClient team
website: www.otclient.info
sandboxed: true
scripts: [ cooldown.lua ]
@onLoad: init()
@onUnload: terminate()