Skip to content

Commit c674d43

Browse files
StevoisiakAThousandShips
authored andcommitted
First 2D Game - Link directly to Creeps source code
Changes a hyperlink In the tutorial for Your First 2D game, Dodge the Creeps, to link directly to the Dodge the Creeps folder of the Godot demo projects page instead of the main repository page that contains multiple games.
1 parent ba3973d commit c674d43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

getting_started/first_2d_game/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ before tackling 3D games, which tend to be more complicated.
4040

4141
You can find a completed version of this project at this location:
4242

43-
- https://github.com/godotengine/godot-demo-projects
43+
- https://github.com/godotengine/godot-demo-projects/tree/master/2d/dodge_the_creeps
4444

4545
Prerequisites
4646
-------------
@@ -49,8 +49,8 @@ This step-by-step tutorial is intended for beginners who followed the complete
4949
:ref:`Getting Started <toc-learn-step_by_step>`.
5050

5151
If you're an experienced programmer, you can find the complete demo's source
52-
code here: `Godot demo projects
53-
<https://github.com/godotengine/godot-demo-projects>`__.
52+
code here: `Dodge the Creeps source code
53+
<https://github.com/godotengine/godot-demo-projects/tree/master/2d/dodge_the_creeps>`__.
5454

5555
We prepared some game assets you'll need to download so we can jump straight to
5656
the code.

0 commit comments

Comments
 (0)