set money to 9999 for now so i could get all themes again
This commit is contained in:
parent
ec0b9ddfb5
commit
a39246546a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class Klooni extends Game {
|
||||||
public void create() {
|
public void create() {
|
||||||
onDesktop = Gdx.app.getType().equals(Application.ApplicationType.Desktop);
|
onDesktop = Gdx.app.getType().equals(Application.ApplicationType.Desktop);
|
||||||
prefs = Gdx.app.getPreferences("dev.lonami.klooni.game");
|
prefs = Gdx.app.getPreferences("dev.lonami.klooni.game");
|
||||||
|
setMoney(9999f);
|
||||||
// Load the best match for the skin (depending on the device screen dimensions)
|
// Load the best match for the skin (depending on the device screen dimensions)
|
||||||
skin = SkinLoader.loadSkin();
|
skin = SkinLoader.loadSkin();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue