switching states using fade transitions

This commit is contained in:
yugecin
2017-01-07 23:14:10 +01:00
parent ebda622c2c
commit 6d8f48a03f
8 changed files with 276 additions and 17 deletions

View File

@@ -30,6 +30,7 @@ public class Container extends AppGameContainer {
@Inject
public Container(Demux demux) throws SlickException {
super(demux);
setShowFPS(false);
}
@Override