File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ before tackling 3D games, which tend to be more complicated.
4242
4343You 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
4748Prerequisites
4849-------------
Original file line number Diff line number Diff line change @@ -32,8 +32,10 @@ And more.
3232This tutorial is for beginners who followed the complete getting started series.
3333We'll start slow with detailed instructions and shorten them as we do similar
3434steps. 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
You can’t perform that action at this time.
0 commit comments