diff --git a/getting_started/first_2d_game/index.rst b/getting_started/first_2d_game/index.rst index e50dde288..8ae978e9c 100644 --- a/getting_started/first_2d_game/index.rst +++ b/getting_started/first_2d_game/index.rst @@ -42,7 +42,8 @@ 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/tree/master/2d/dodge_the_creeps +- `Dodge the Creeps source code (GDScript) `__ +- `Dodge the Creeps source code (C#) `__ Prerequisites ------------- diff --git a/getting_started/first_3d_game/index.rst b/getting_started/first_3d_game/index.rst index a4aeb6ca6..b329db111 100644 --- a/getting_started/first_3d_game/index.rst +++ b/getting_started/first_3d_game/index.rst @@ -32,8 +32,10 @@ And more. This tutorial is for beginners who followed the complete getting started series. We'll start slow with detailed instructions and shorten them as we do similar steps. If you're an experienced programmer, you can browse the complete demo's -source code here: `Squash the Creep source code -`__. +source code here: + +- `Squash the Creeps source code (GDScript) `__ +- `Squash the Creeps source code (C#) `__ .. note::