Additional bullet effects / Rotational replacement

This commit is contained in:
Anuken
2018-04-03 18:36:18 -04:00
parent 94f2e880cd
commit 636da8f95f
9 changed files with 29 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ public abstract class InputHandler extends InputAdapter{
return false;
}
return Placement.validPlace(player.team, x, y, type);
return Placement.validPlace(player.team, x, y, type, rotation);
}
public boolean validBreak(int x, int y){