v2.5.0: added a new buff indicator for wand-based buffs
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
+1
-1
@@ -55,7 +55,7 @@ public class ScrollEmpower extends Buff {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int icon() {
|
public int icon() {
|
||||||
return BuffIndicator.UPGRADE;
|
return BuffIndicator.WAND;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
+1
-1
@@ -34,7 +34,7 @@ public class WandEmpower extends Buff {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int icon() {
|
public int icon() {
|
||||||
return BuffIndicator.UPGRADE;
|
return BuffIndicator.WAND;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -121,6 +121,7 @@ public class BuffIndicator extends Component {
|
|||||||
public static final int DUEL_COMBO = 69;
|
public static final int DUEL_COMBO = 69;
|
||||||
public static final int DAZE = 70;
|
public static final int DAZE = 70;
|
||||||
public static final int DISGUISE = 71;
|
public static final int DISGUISE = 71;
|
||||||
|
public static final int WAND = 72;
|
||||||
|
|
||||||
public static final int SIZE_SMALL = 7;
|
public static final int SIZE_SMALL = 7;
|
||||||
public static final int SIZE_LARGE = 16;
|
public static final int SIZE_LARGE = 16;
|
||||||
|
|||||||
Reference in New Issue
Block a user