Sajeg / falling-blocks

A mobile Game, where you need to collect the blocks matching your colour
https://www.sajeg.org/games/falling-blocks
MIT License
26 stars 3 forks source link

Fix corners via simplification of block assets #14

Closed Eiim closed 1 year ago

Eiim commented 1 year ago

Switch to two SVGs with correctly rounded corners, which are then recolored as necessary. Also fixed a bug where vibration-less builds broke the settings menu.

Sajeg commented 1 year ago

Thank you. The switch from png to SVG was also on my to do list for the Color Palettes (#8). And I already fixed the bug on my Computer but not made a commit, so your solution will be on the main branch.

Sajeg commented 1 year ago

This looks sooo much better. Thank you also for the idea. Idk if I would had come up with the idea to use Vector Graphics.