From a39246546a99a252a6c9255d23b7addc68952021 Mon Sep 17 00:00:00 2001 From: Rusty Striker Date: Tue, 17 Sep 2024 17:12:17 +0300 Subject: [PATCH] set money to 9999 for now so i could get all themes again --- core/src/dev/lonami/klooni/Klooni.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/dev/lonami/klooni/Klooni.java b/core/src/dev/lonami/klooni/Klooni.java index f4a3cf0..cba4711 100644 --- a/core/src/dev/lonami/klooni/Klooni.java +++ b/core/src/dev/lonami/klooni/Klooni.java @@ -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();