diff options
| author | ilotterytea <iltsu@alright.party> | 2024-06-07 17:43:08 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-06-07 17:43:08 +0500 |
| commit | 37d8242221c2e2fd02b87a0e6784d3b9bf5b833a (patch) | |
| tree | 3e1ee23e57eaecadba0b21f39f5e201cce50c80c | |
| parent | 2271d3e6b408d4456d6df85b902b49ecf2079961 (diff) | |
feat: box model
| -rw-r--r-- | assets/models/props/box.glb | bin | 0 -> 2776 bytes | |||
| -rw-r--r-- | core/src/kz/ilotterytea/maxon/utils/AssetLoading.java | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/assets/models/props/box.glb b/assets/models/props/box.glb Binary files differnew file mode 100644 index 0000000..5884714 --- /dev/null +++ b/assets/models/props/box.glb diff --git a/core/src/kz/ilotterytea/maxon/utils/AssetLoading.java b/core/src/kz/ilotterytea/maxon/utils/AssetLoading.java index e1d89b4..a948ba0 100644 --- a/core/src/kz/ilotterytea/maxon/utils/AssetLoading.java +++ b/core/src/kz/ilotterytea/maxon/utils/AssetLoading.java @@ -41,6 +41,7 @@ public class AssetLoading { // Models: am.load("models/scenes/living_room.glb", SceneAsset.class); + am.load("models/props/box.glb", SceneAsset.class); // Cat item textures: am.load("sprites/sheet/loadingCircle.png", Texture.class); |
