Skip to content

Commit e6c51c3

Browse files
content: lesson 7 explanation fix (#865)
1 parent fab780e commit e6c51c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course/lesson-7-member-variables/lesson.tres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ script = ExtResource( 5 )
169169
content_id = "res://course/lesson-7-member-variables/content-iGjB7tKR.tres"
170170
title = "In games, the Y-axis is positive going down"
171171
type = 0
172-
text = "Note that in games, assuming your character's position starts at (0, 0), the code above moves the entity [code]180[/code] pixels to the right and [code]120[/code] pixels down.
172+
text = "Note that in games, assuming your character's position starts at (0, 0), the code above moves the entity [code]200[/code] pixels to the right and [code]250[/code] pixels down.
173173
174174
In math, the y-axis is generally positive going up by convention.
175175

0 commit comments

Comments
 (0)