mirror of
https://github.com/godotengine/godot.git
synced 2026-02-19 03:58:22 +03:00
In general they are more confusing to users because they expect inheritance to fully override parent methods. This behavior can be enabled by script writers using a simple super() call.