onefrankguy / dewdrop-farm

A tiny farm simulation game for js13kGames 2020.
https://www.frankmitchell.org/dewdrop-farm
MIT License
7 stars 2 forks source link

Scale nicely to different screen sizes #1

Closed onefrankguy closed 3 years ago

onefrankguy commented 4 years ago

There's currently a single breakpoint for screen sizing. So while the farm fits nicely on an iPhone SE, it doesn't quite fill the available screen width on an iPhone 11. I might be able to use some techniques from fluid typography to scale the farm so it fits a wider variety of screen resolutions.

onefrankguy commented 3 years ago

This was fixed with https://github.com/onefrankguy/dewdrop-farm/commit/c17cb0eb8e1f37f2723a77eff47162dc7bfba2b4.