Skip to content

Commit 801012c

Browse files
committed
Fixes the tutorial window text.
1 parent 4f8fd63 commit 801012c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/maaacks_game_template/examples/scenes/game_scene/tutorials/tutorial_2.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
custom_minimum_size = Vector2(420, 200)
77
update_content = true
88
text = "Progress is saved.
9-
Pressing Continue from the main menu will load the last level played."
9+
Pressing Continue from the main menu will load at the last checkpoint."
1010
title = "Tutorial"
1111
title_font_size = 20
1212

scenes/game_scene/tutorials/tutorial_2.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
custom_minimum_size = Vector2(420, 200)
77
update_content = true
88
text = "Progress is saved.
9-
Pressing Continue from the main menu will load the last level played."
9+
Pressing Continue from the main menu will load at the last checkpoint."
1010
title = "Tutorial"
1111
title_font_size = 20
1212

0 commit comments

Comments
 (0)