fixed resolution handler selecting wrong resolution, changed Polyjet entity to proper size

This commit is contained in:
2017-05-25 11:36:01 -05:00
parent 98f08fb060
commit 7e2839eb55
3 changed files with 7 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ public class PolyJetEntity extends Actor {
public PolyJetEntity(Polyjet core, int rate, String jet) {
this.rate = rate;
setSize(3, 3);
setSize(1.5f, 1.5f);
setPosition(Polyjet.GAME_AREA_WIDTH/2 - getWidth()/2, -4f);