v0.3.0c: added a buff icon for bless
This commit is contained in:
BIN
assets/buffs.png
BIN
assets/buffs.png
Binary file not shown.
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -14,8 +14,7 @@ public class Bless extends FlavourBuff {
|
||||
|
||||
@Override
|
||||
public int icon() {
|
||||
//TODO: add icon
|
||||
return BuffIndicator.FIRE;
|
||||
return BuffIndicator.BLESS;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -73,6 +73,7 @@ public class BuffIndicator extends Component {
|
||||
public static final int RECHARGING = 34;
|
||||
public static final int LOCKED_FLOOR= 35;
|
||||
public static final int CORRUPT = 36;
|
||||
public static final int BLESS = 37;
|
||||
|
||||
public static final int SIZE = 7;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user