diff --git a/learning/step_by_step/scripting.rst b/learning/step_by_step/scripting.rst index 1dad1d25d..66f03cb5c 100644 --- a/learning/step_by_step/scripting.rst +++ b/learning/step_by_step/scripting.rst @@ -262,7 +262,9 @@ The final script should look basically like this: using Godot; - public class SayHello : Panel + // IMPORTANT: the name of the class MUST match the filename exactly. + // this is case sensitive! + public class sayhello : Panel { public void _OnButtonPressed() {