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
Describe the bug
Links for "Getting Started with Godot" and "Learn GDScript From Zero (Github repository)" are broken on the completion page. Mouseover changes mouse to pointer, but clicking on links does nothing. Cannot right click.
Enter text to correctly solve the last practice problem, i.e.:
var whole_number: int = 4
var text: String = "Hello, world!"
var vector: Vector2 = Vector2(1, 1)
var decimal_number: float = 3.14
Click "Run".
Click "Continue" in popup window.
Click "Continue" on bottom right.
Attempt to click links on "Congratulations" screen.
Operating System: Windows
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Just to confirm: you found the app in the Godot documentation, and the screen you're seeing is this one? (we have a special screen for the official Godot documentation)
Describe the bug
Links for "Getting Started with Godot" and "Learn GDScript From Zero (Github repository)" are broken on the completion page. Mouseover changes mouse to pointer, but clicking on links does nothing. Cannot right click.
To Reproduce
Steps to reproduce the bug:
var whole_number: int = 4
var text: String = "Hello, world!"
var vector: Vector2 = Vector2(1, 1)
var decimal_number: float = 3.14
The text was updated successfully, but these errors were encountered: