Devlogs
UI downscaling for low resolutions, motion control improvements
- Implemented automatic downscaling of the HTML UI if the game's resolution is lower than 1920 x 1080. It is not perfect but enables playing on lower resolutions.
- Reimplemented some of the core motion control math to improve behavior in certain cases. Practical effect is that ships should now follow moving enemies better.
- Fixed stuttering of long lines such as level borders.
- Improved random battle generation by now choosing the enemy fleet deployment center so that it is not inside an asteroid instead of just moving overlapping ships to the asteroid's edge.