learn-gdscript
learn-gdscript copied to clipboard
Broken links on completion page
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:
- Go to last practice on last lesson (28).
- 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
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)
Can confirm links are broken on this screen. I came from docs too. I see the screen you've shown above.