You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: course/lesson-5-your-first-function/lesson.tres
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ title = ""
99
99
type = 0
100
100
text = "Every time we call [code]move_and_rotate()[/code], the two functions [code]move_forward(200)[/code] and [code]turn_right(90)[/code] are called in sequence.
101
101
102
-
In this simple example, it may not feel super useful. Here's a more useful and realistic one: a function to draw any rectangle.
102
+
In this simple example, it may not feel super useful. Here's a more useful and realistic one: a function to draw any square.
103
103
104
104
The following function uses [i]parameters[/i], which we will explore in the next lesson.
0 commit comments