Skip to content
Snippets Groups Projects
Commit c5c5d3b2 authored by Elias Fierke's avatar Elias Fierke
Browse files

[chore:] load settings on startup

parent b5b25882
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ public class MainGame extends Game {
@Override
public void create() {
Navigator.game = this;
Navigator.settings = new Settings(); // will be replaced by data loading function
Navigator.loadSettings();
Navigator.settings.users.add(new User("test", "123", "a@b.de")); // Test-User
// Navigator.registerStage("registerMenu", new Stage(new RegisterMenu()));
// Navigator.registerStage("accountMenu", new Stage(new AccountMenu()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment