Skip to content

Commit 87fca84

Browse files
committed
Link to C# versions of Dodge/Squash the Creeps demos in Your first game intros
1 parent 124436d commit 87fca84

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

getting_started/first_2d_game/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ before tackling 3D games, which tend to be more complicated.
4242

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

45-
- https://github.com/godotengine/godot-demo-projects/tree/master/2d/dodge_the_creeps
45+
- `Dodge the Creeps source code (GDScript) <https://github.com/godotengine/godot-demo-projects/tree/master/2d/dodge_the_creeps>`__
46+
- `Dodge the Creeps source code (C#) <https://github.com/godotengine/godot-demo-projects/tree/master/mono/dodge_the_creeps>`__
4647

4748
Prerequisites
4849
-------------

getting_started/first_3d_game/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ And more.
3232
This tutorial is for beginners who followed the complete getting started series.
3333
We'll start slow with detailed instructions and shorten them as we do similar
3434
steps. If you're an experienced programmer, you can browse the complete demo's
35-
source code here: `Squash the Creep source code
36-
<https://github.com/godotengine/godot-demo-projects/tree/master/3d/squash_the_creeps>`__.
35+
source code here:
36+
37+
- `Squash the Creeps source code (GDScript) <https://github.com/godotengine/godot-demo-projects/tree/master/3d/squash_the_creeps>`__
38+
- `Squash the Creeps source code (C#) <https://github.com/godotengine/godot-demo-projects/tree/master/mono/squash_the_creeps>`__
3739

3840
.. note::
3941

0 commit comments

Comments
 (0)