Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions getting_started/first_2d_game/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ before tackling 3D games, which tend to be more complicated.

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

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

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

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

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