Skip to content

Commit 6ceeebe

Browse files
committed
Fixes link in loading scenes documentation.
1 parent 9cef27d commit 6ceeebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/maaacks_game_template/docs/LoadingScenes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else:
4040

4141
A scene could load the next scene based on a timer, or when the player indicates that they are ready.
4242

43-
An example is in `opening.gd` of [Maaack's Game Template](https://github.com/Maaack/Godot-Game-Template/blob/main/addons/maaacks_game_template/base/scenes/opening/opening.gd), which starts loading the main menu immediately, and switches to it when its animations finish. Player's input can speed them up the animations, so by the end, if the next scene is not ready, a loading screen can be shown instead.
43+
An example is in `opening.gd` of [Maaack's Game Template](https://github.com/Maaack/Godot-Game-Template/blob/main/addons/maaacks_game_template/base/nodes/opening/opening.gd), which starts loading the main menu immediately, and switches to it when its animations finish. Player's input can speed them up the animations, so by the end, if the next scene is not ready, a loading screen can be shown instead.
4444

4545
Below is an example of starting the load of the next scene.
4646

0 commit comments

Comments
 (0)