mirror of
https://github.com/godotengine/godot.git
synced 2026-02-08 11:48:57 +00: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.