Full notes
Full Dot to Dot Sweep update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Gameplay
- UI and audio
Add support for controllers to Android port.
Add support for keyboard to Android port.
Add support for mouse to Android port.
Add support for adaptive icons on Android.
Rewrite touch input handling. Movement is now relative instead of absolute. This makes the game more playable on non-mobile touch screens since the user won't have to obscure their view of the playfield.
Add support for landscape orientation on Android.
Fix issue with input system that could cause controller states to read incorrectly under certain circumstances.
Add loading screen.
Fix bug which would cause touch input to stop working on Windows after a short amount of time.
Don't show the leaderboard screen when quitting the game from the pause menu.
Always show 'Play Again?' menu after losing the game.
Fix some minor issues with the interface.
Graphics changes related to touch input changes.
Clean up source code a bit.
Source
Changelog.gg summarizes and formats this update. How we read updates.
