implemented camera
This commit is contained in:
@@ -6,7 +6,7 @@ import java.awt.image.BufferedImage;
|
||||
|
||||
public class Entity {
|
||||
|
||||
public int x, y;
|
||||
public int worldX, worldY;
|
||||
public int speed;
|
||||
|
||||
public BufferedImage up1, up2, down1, down2, left1, left2, right1, right2;
|
||||
|
||||
Reference in New Issue
Block a user