moved lots of code around

This commit is contained in:
nora 2020-12-13 12:07:30 +01:00
parent 3566916125
commit adb8e185fb
21 changed files with 230 additions and 108 deletions

View file

@ -21,7 +21,7 @@ public class Shell extends GameObject {
}
@Override
public void update(Master master) {
public void update() {
position.add(velocity);
}
}