Tools are once again placed by right edge

This commit is contained in:
=
2017-10-10 19:31:27 +02:00
parent 59e47126c7
commit d95928dfa9
3 changed files with 31 additions and 45 deletions

View File

@ -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();
}