Skip to content

Commit

Permalink
[71-fix-game-scene-2d-typo] adjusted line 10 of template/scripts/core…
Browse files Browse the repository at this point in the history
…/game_scene_2d.gd
  • Loading branch information
yoantran committed Dec 10, 2024
1 parent f4dcb4d commit 6ff52e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/scripts/core/game_scene_2d.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extends Node2D
## [br][br]
## Not emitted by default. Must be emitted manually.
## [br][br]
## This signal is connected to [Main]. If [param next_scene_key] is used for the
## This signal is connected to [Main]. [param next_scene_key] is used for the
## next scene change.
@warning_ignore("unused_signal")
signal scene_finished(next_scene_key: SceneKey)
Expand Down

0 comments on commit 6ff52e6

Please sign in to comment.