Skip to content

Improve note block titles #682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions course/lesson-10-the-game-loop/lesson.tres
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ has_separator = false
[sub_resource type="Resource" id=7]
script = ExtResource( 5 )
content_id = "res://course/lesson-10-the-game-loop/content-ZPxY8VUD.tres"
title = ""
type = 2
title = "Is this the same for other engines?"
type = 1
text = "Other game engines might use different names like [code]_update()[/code]."
visual_element_path = ""
reverse_blocks = false
Expand Down
4 changes: 2 additions & 2 deletions course/lesson-11-time-delta/lesson.tres
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ has_separator = false
[sub_resource type="Resource" id=4]
script = ExtResource( 5 )
content_id = "res://course/lesson-11-time-delta/content-1TxlTtcy.tres"
title = ""
type = 2
title = "This sounds like Frames Per Second..."
type = 1
text = "You may have heard of frames per second, or FPS for short. Games often run at 60 frames per second.

It means that everything in the game updates 60 times each second.
Expand Down
2 changes: 1 addition & 1 deletion course/lesson-5-your-first-function/lesson.tres
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ has_separator = false
[sub_resource type="Resource" id=3]
script = ExtResource( 5 )
content_id = "res://course/lesson-5-your-first-function/content-QiGjB7tK.tres"
title = ""
title = "Learn more about identifiers"
type = 1
text = "In computer programming, we talk about [i]identifiers[/i] rather than \"names\".

Expand Down
2 changes: 1 addition & 1 deletion course/lesson-6-multiple-function-parameters/lesson.tres
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ has_separator = false
[sub_resource type="Resource" id=6]
script = ExtResource( 5 )
content_id = "res://course/lesson-6-multiple-function-parameters/content-QDwfyqdY.tres"
title = ""
title = "Can I rotate in both directions?"
type = 1
text = "The [code]radians[/code] can be a positive or negative number, which allows you to rotate both clockwise and counter-clockwise."
visual_element_path = ""
Expand Down
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 @@ -191,7 +191,7 @@ has_separator = false
[sub_resource type="Resource" id=14]
script = ExtResource( 5 )
content_id = "res://course/lesson-7-member-variables/content-b5BnVHAR.tres"
title = ""
title = "Why does the Y-axis point downwards?"
type = 1
text = "This may be confusing if you only saw the y-axis pointing up in math classes. However, in math, axes go in any direction. They don't even have to be perpendicular.

Expand Down