mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
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.
This commit is contained in:
committed by
Max Hilbrunner
parent
b40789fb04
commit
ed8782cce9
@@ -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
|
||||
-------------
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user