From aeb2d7b8d54887f82dafb22b9f136c29ebe0a104 Mon Sep 17 00:00:00 2001 From: rubynho Date: Wed, 16 Feb 2022 21:08:44 -0300 Subject: [PATCH] Fix tutorial name in the Dodge the Creeps project description The description was referencing the old tutorial by the name "Your first game", but since then the name has changed to "Your first 2D game". --- 2d/dodge_the_creeps/project.godot | 2 +- mono/dodge_the_creeps/project.godot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"