Implemented touch/scrollwheel zooming, fixed many Android bugs

This commit is contained in:
Anuken
2017-09-21 22:10:09 -04:00
parent f68de4d69f
commit 41c6f90ca3
14 changed files with 96 additions and 69 deletions

View File

@@ -135,6 +135,7 @@ public class Enemy extends DestructibleEntity{
@Override
public void draw(){
Draw.color();
Draw.rect("mech1", x, y, direction.angle()-90);
}
}