diff --git a/2d/dodge_the_creeps/project.godot b/2d/dodge_the_creeps/project.godot index f7e71463..3f5ed082 100644 --- a/2d/dodge_the_creeps/project.godot +++ b/2d/dodge_the_creeps/project.godot @@ -14,7 +14,7 @@ config/name="Dodge the Creeps" config/description="This is a simple game where your character must move and avoid the enemies for as long as possible. -This is a finished version of the game featured in the 'Your first game' +This is a finished version of the game featured in the 'Your first 2D game' tutorial in the documentation. For more details, consider following the tutorial in the documentation." run/main_scene="res://Main.tscn" diff --git a/mono/dodge_the_creeps/project.godot b/mono/dodge_the_creeps/project.godot index fb9fa03e..44ca2338 100644 --- a/mono/dodge_the_creeps/project.godot +++ b/mono/dodge_the_creeps/project.godot @@ -14,7 +14,7 @@ config/name="Dodge the Creeps with C#" config/description="This is a simple game where your character must move and avoid the enemies for as long as possible. -This is a finished version of the game featured in the 'Your first game' +This is a finished version of the game featured in the 'Your first 2D game' tutorial in the documentation, but ported to C#. For more details, consider following the tutorial in the documentation." run/main_scene="res://Main.tscn"