Skip to content

Commit d55721b

Browse files
committed
content: Add note to practice in lesson 11 not to use local variables
1 parent 03d5a44 commit d55721b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

course/lesson-11-time-delta/lesson.tres

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ practice_id = "res://course/lesson-11-time-delta/practice-x0c7DDiz.tres"
267267
title = "Moving in a Circle Using Delta"
268268
goal = "In this practice, make the robot move in a smooth circle using delta.
269269
270-
To get this movement, the robot should rotate [code]2[/code] radians per second and move [code]100[/code] pixels per second towards clockwise."
270+
To get this movement, the robot should rotate [code]2[/code] radians per second and move [code]100[/code] pixels per second towards clockwise.
271+
272+
[b]Note:[/b] Please write the values in the parentheses when calling the functions. If you define extra variables, we will not be able to check your practice."
271273
starting_code = "func _process(delta):
272274
"
273275
cursor_line = 0

0 commit comments

Comments
 (0)