You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
The code snippet demonstrating method overriding for _update_layout was missing the func keyword, which is required in GDScript method declarations.