added asfalt
This commit is contained in:
parent
586b70a9ba
commit
b5ab445967
6 changed files with 20 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ public class EndGameState extends GameState{
|
|||
|
||||
|
||||
public EndGameState(String name, int status){
|
||||
super(name);
|
||||
super(name,LWJGLGameWindow.getCamera());
|
||||
this.status = status;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue