diff options
Diffstat (limited to 'core/src/kz/ilotterytea/maxon/pets')
| -rw-r--r-- | core/src/kz/ilotterytea/maxon/pets/Pet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/kz/ilotterytea/maxon/pets/Pet.java b/core/src/kz/ilotterytea/maxon/pets/Pet.java index c39e77e..4b4cb00 100644 --- a/core/src/kz/ilotterytea/maxon/pets/Pet.java +++ b/core/src/kz/ilotterytea/maxon/pets/Pet.java @@ -44,7 +44,7 @@ public class Pet { regions = new TextureRegion[]{new TextureRegion(MaxonConstants.MISSING_TEXTURE)}; } - AnimatedImage icon = new AnimatedImage(regions); + AnimatedImage icon = new AnimatedImage(regions, 5); String name = game.locale.TranslatableText("pet." + id + ".name"); if (name == null) { |
