Skip to content

Commit c807cce

Browse files
authored
Merge pull request godotengine#8555 from Stevoisiak/patch-1
First 2D Game - Link directly to Creeps source code
2 parents ba3973d + c674d43 commit c807cce

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)