Devlogs
QoL Update and bug fixes
Posted December 12, 2024 by LeoGP
Hi everyone!
The game hit 1000+ views and 500+ browser plays!
As a thank you, an update is available, providing some quality of life changes and bug fixes, as per below:
- Game Over Win screen displays correctly now.
- Added a "Skip Animations" button that shows during the scaling animation. Also, a new checkbox has been added to the settings menu to skip the animations automatically.
- Added a pagination system for the cards in hand. When the amount of cards is greater than 5, there will be left and right arrow buttons for the player to navigate through their cards.
- Fixed some game breaking bugs when the amount of scales was too high. Now there's a limit number the scales stack or the card effects can go, which is C# integer max value (approximately 2 billion).
- Improved overall performance.