Skip to content

Commit

Permalink
content: lesson 7 explanation fix (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Bonnin authored Oct 1, 2023
1 parent fab780e commit e6c51c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lesson-7-member-variables/lesson.tres
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ script = ExtResource( 5 )
content_id = "res://course/lesson-7-member-variables/content-iGjB7tKR.tres"
title = "In games, the Y-axis is positive going down"
type = 0
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.
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.
In math, the y-axis is generally positive going up by convention.
Expand Down

0 comments on commit e6c51c3

Please sign in to comment.