Finished ability picker. +even dispatching. +fixed bug in horizontal scrool bar.

This commit is contained in:
magenoxx 2011-07-16 12:17:22 +04:00
parent d25425e782
commit cc5a76e62b
7 changed files with 179 additions and 72 deletions

View file

@ -18,7 +18,7 @@ public class BackgroundPainter extends AbstractPainter {
private Color bgColor = Color.black;
float bgalpha = 0.8f;
float bgalpha = 0.6f;
public BackgroundPainter() {
super();