fixed size scaling

This commit is contained in:
nora 2020-12-13 12:13:27 +01:00
parent adb8e185fb
commit e841bb4188
11 changed files with 12 additions and 13 deletions

View file

@ -11,7 +11,7 @@ import java.awt.*;
public class Wall extends GameObject implements Collidable {
private RectHitBox hitbox;
private final RectHitBox hitbox;
public Wall(double x, double y, double xSize, double ySize) {
super(x, y, xSize, ySize);