From 572e1a1eeb74ad66fc0599b388808a75d5013c09 Mon Sep 17 00:00:00 2001 From: btstewart21 Date: Sun, 5 Mar 2023 11:48:59 -0500 Subject: [PATCH] fix: Lesson 21 - remove Step button from combo example --- course/lesson-21-strings/visuals/ExampleCombo.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lesson-21-strings/visuals/ExampleCombo.tscn b/course/lesson-21-strings/visuals/ExampleCombo.tscn index 02215a63..7ebb2992 100644 --- a/course/lesson-21-strings/visuals/ExampleCombo.tscn +++ b/course/lesson-21-strings/visuals/ExampleCombo.tscn @@ -14,7 +14,7 @@ var combo = [\"jump\", \"damage\", \"damage\", \"jump\", \"level\"] func run(): # Running as a private method to avoid returning a \"GDScriptFunctionState\" - # to RunnableCodeExample after \"yield()\". + # to RunnableCodeExample after \"yield(...)\". _run()