diff options
| author | ilotterytea <iltsu@alright.party> | 2022-11-25 18:20:33 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-11-25 18:20:33 +0600 |
| commit | 283378f20bb1e8cd8e7b09ad479a961fddfd2e44 (patch) | |
| tree | 0ffce32c921807e12a606d3d6f447a4208fc4251 /core/src/com/ilotterytea/maxoning/utils | |
| parent | fd669f8c4968fad37adf3341eef14619c50475c4 (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.java | 1 |
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); |
