lordmauve / wasabi2d

Cutting-edge 2D game framework for Python
https://wasabi2d.readthedocs.io/
GNU Lesser General Public License v3.0
156 stars 24 forks source link

Made landscape parameters dependent on screen size. #10

Closed tito91 closed 5 years ago

tito91 commented 5 years ago

Made a small quality of life change, allowing to easily change fixed 1600x1200 resolution. Large amount of the generated landscapes were unplayable for me when I changed screen size to lower. Basic landscape parameters are now dependent on screen size, considering original proportions.

lordmauve commented 5 years ago

Great, thanks! I was thinking of scaling the camera instead, but this is also helpful.

lordmauve commented 5 years ago

Actually I think the difficulty might still change depending on scale, but at least it is playable...