v0.7.0: improved several plant visuals

This commit is contained in:
Evan Debenham 2018-06-17 02:46:00 -04:00
parent 37b02d8baf
commit a2904557db
3 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -59,6 +59,10 @@ public class Swiftthistle extends Plant {
private float left = 6f;
private int pos;
{
type = buffType.POSITIVE;
}
@Override
public int icon() {
return BuffIndicator.SLOW;