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
It doesn't throw any errors (only some CSS-related)
PS. Developer tools (Opera Dragonfly) are available under Ctrl + Shift + I. When the game will work, we can add this to the code, just like for Firefox. We can detect if user's browser is Opera by var is_opera = !(window.opera == null)
The text was updated successfully, but these errors were encountered:
It doesn't throw any errors (only some CSS-related)
PS. Developer tools (Opera Dragonfly) are available under Ctrl + Shift + I. When the game will work, we can add this to the code, just like for Firefox. We can detect if user's browser is Opera by
var is_opera = !(window.opera == null)
The text was updated successfully, but these errors were encountered: