From 87fca84d9e5424e6466cbf8d638900d11d59d2df Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 6 Nov 2025 00:44:10 +0100 Subject: [PATCH] Link to C# versions of Dodge/Squash the Creeps demos in Your first game intros --- getting_started/first_2d_game/index.rst | 3 ++- getting_started/first_3d_game/index.rst | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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::