mirror of
https://github.com/Noratrieb/Java2DGame.git
synced 2026-01-14 22:15:01 +01:00
fixed size scaling
This commit is contained in:
parent
adb8e185fb
commit
e841bb4188
11 changed files with 12 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue