KOBUGE-Games / minilens

Cute puzzle platformer starring a cleaning robot on post-apocalyptic Earth
http://kobuge-games.github.io/minilens
GNU General Public License v3.0
134 stars 38 forks source link

Resizing + tweening can make the background clear color visible #85

Open akien-mga opened 8 years ago

akien-mga commented 8 years ago

The resizing code has been improved a lot to fix #79, but there are still some smaller issues when resizing the window in all directions like you're trying to find a bug :D

See e.g., after resizing several times to a very small size and back to a big size: spectacle j10027

The background clear color becomes visible, i.e. the ParallaxBackground is not properly scaled.

bojidar-bg commented 8 years ago

@akien-mga Does it happen when you resize it slowly?

ObaniGemini commented 7 years ago

This doesn't seem to happen anymore