mirror of
https://github.com/Noratrieb/Java2DGame.git
synced 2026-01-14 22:15:01 +01:00
moved lots of code around
This commit is contained in:
parent
3566916125
commit
adb8e185fb
21 changed files with 230 additions and 108 deletions
|
|
@ -24,7 +24,7 @@ public class Wall extends GameObject implements Collidable {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void update(Master master) {
|
||||
public void update() {
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue