v1.4.2: Buff bar can now squish itself, max visible hero buffs up to 15
This commit is contained in:
@@ -129,6 +129,12 @@ public class PointerArea extends Visual implements Signal.Listener<PointerEvent>
|
||||
public void reset() {
|
||||
curEvent = null;
|
||||
}
|
||||
|
||||
//moves this pointer area to the front of the pointer event order
|
||||
public void givePointerPriority(){
|
||||
PointerEvent.removePointerListener( this );
|
||||
PointerEvent.addPointerListener( this );
|
||||
}
|
||||
|
||||
@Override
|
||||
public void destroy() {
|
||||
|
||||
Reference in New Issue
Block a user