diff --git a/getting_started/step_by_step/scripting_first_script.rst b/getting_started/step_by_step/scripting_first_script.rst index 78802491043..55e4addb79d 100644 --- a/getting_started/step_by_step/scripting_first_script.rst +++ b/getting_started/step_by_step/scripting_first_script.rst @@ -148,7 +148,7 @@ Add the following code to your script: .. code-tab:: csharp C# - public MySprite2D() + public override void _Ready() { GD.Print("Hello, world!"); }