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