set money to 9999 for now so i could get all themes again

This commit is contained in:
Rusty Striker 2024-09-17 17:12:17 +03:00
parent ec0b9ddfb5
commit a39246546a
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15

View file

@ -82,7 +82,7 @@ public class Klooni extends Game {
public void create() {
onDesktop = Gdx.app.getType().equals(Application.ApplicationType.Desktop);
prefs = Gdx.app.getPreferences("dev.lonami.klooni.game");
setMoney(9999f);
// Load the best match for the skin (depending on the device screen dimensions)
skin = SkinLoader.loadSkin();