You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this working on love2d 11.2 by changing getPixelScale() to getDPIScale( ). But it's still something wrong with the atmo/clouds. My best guess is that it has something to do with how love2d now handles colours (range 0 to 1 instead of 0 to 255).
Do you have time to update this to v11.2?
/Fred
The text was updated successfully, but these errors were encountered:
Hi,
I got this working on love2d 11.2 by changing
getPixelScale()
togetDPIScale( )
. But it's still something wrong with the atmo/clouds. My best guess is that it has something to do with how love2d now handles colours (range 0 to 1 instead of 0 to 255).Do you have time to update this to v11.2?
/Fred
The text was updated successfully, but these errors were encountered: