mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +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.