Small bug fix
This commit is contained in:
parent
eeadfbf06d
commit
415d487821
1 changed files with 2 additions and 2 deletions
|
@ -411,8 +411,8 @@ public abstract class Level extends Scene {
|
|||
g.drawString("PRESS START", 45, 35 * (i + 1));
|
||||
|
||||
}
|
||||
players.get(i).setLocY(-500);
|
||||
players.get(i).setLocX(-500);
|
||||
players.get(i).setLocY(Integer.MIN_VALUE);
|
||||
players.get(i).setLocX(Integer.MIN_VALUE);
|
||||
}
|
||||
|
||||
protected void renderGameOver(Graphics g, JPanel p, int i){
|
||||
|
|
Loading…
Reference in a new issue