Tools are once again placed by right edge
This commit is contained in:
@ -13,7 +13,7 @@ import de.frajul.endlessroll.main.game.Timer;
|
||||
public class PowerMushroom extends Tool {
|
||||
|
||||
public PowerMushroom(Vector position) {
|
||||
super(ToolType.POWER_MUSHROOM, position, true, false);
|
||||
super(ToolType.POWER_MUSHROOM, position, true, true);
|
||||
animation.disable();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user