removed warnings
This commit is contained in:
@@ -61,7 +61,7 @@ public class Player extends Entity {
|
||||
if(keyH.upPressed) direction = Direction.UP;
|
||||
else if(keyH.downPressed) direction = Direction.DOWN;
|
||||
else if(keyH.leftPressed) direction = Direction.LEFT;
|
||||
else if(keyH.rightPressed) direction = Direction.RIGHT;
|
||||
else direction = Direction.RIGHT;
|
||||
|
||||
// CHECK TILE COLLISION
|
||||
collisionOn = false;
|
||||
|
||||
Reference in New Issue
Block a user