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
When you set window.resizable = true in the config file, and you load the game in a Chromium browser while zoomed out, the canvas will get a size of width="1" height="1" . Increasing the canvas afterwards will not help. Setting a minwidth and minheight does not solve this.
Note: When testing this out I found that after a while the browser has the game cached somehow, preventing the bug from reappearing. So it might look as if it's solved, but when you open it in a different tab or browser you will see that this is not the case.
The text was updated successfully, but these errors were encountered:
When you set
window.resizable = true
in the config file, and you load the game in a Chromium browser while zoomed out, the canvas will get a size ofwidth="1" height="1"
. Increasing the canvas afterwards will not help. Setting aminwidth
andminheight
does not solve this.Note: When testing this out I found that after a while the browser has the game cached somehow, preventing the bug from reappearing. So it might look as if it's solved, but when you open it in a different tab or browser you will see that this is not the case.
The text was updated successfully, but these errors were encountered: