Link to C# versions of Dodge/Squash the Creeps demos in Your first game intros

This commit is contained in:
Hugo Locurcio
2025-11-06 00:44:10 +01:00
parent 124436d178
commit 87fca84d9e
2 changed files with 6 additions and 3 deletions

View File

@@ -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) <https://github.com/godotengine/godot-demo-projects/tree/master/2d/dodge_the_creeps>`__
- `Dodge the Creeps source code (C#) <https://github.com/godotengine/godot-demo-projects/tree/master/mono/dodge_the_creeps>`__
Prerequisites
-------------