summaryrefslogtreecommitdiff
path: root/core/src/com/ilotterytea/maxoning/utils
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-11-25 18:20:33 +0600
committerilotterytea <iltsu@alright.party>2022-11-25 18:20:33 +0600
commit283378f20bb1e8cd8e7b09ad479a961fddfd2e44 (patch)
tree0ffce32c921807e12a606d3d6f447a4208fc4251 /core/src/com/ilotterytea/maxoning/utils
parentfd669f8c4968fad37adf3341eef14619c50475c4 (diff)
New dank prototype of UI design again (WIP)
Diffstat (limited to 'core/src/com/ilotterytea/maxoning/utils')
-rw-r--r--core/src/com/ilotterytea/maxoning/utils/AssetLoading.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java b/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java
index aba31fa..271163d 100644
--- a/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java
+++ b/core/src/com/ilotterytea/maxoning/utils/AssetLoading.java
@@ -17,6 +17,7 @@ public class AssetLoading {
am.load("sprites/gui/icons.atlas", TextureAtlas.class);
am.load("sprites/gui/ilotterytea.atlas", TextureAtlas.class);
am.load("sprites/gui/widgets.atlas", TextureAtlas.class);
+ am.load("sprites/gui/widgeticons.atlas", TextureAtlas.class);
// Cat item textures:
am.load("sprites/sheet/loadingCircle.png", Texture.class);