From 9c24fc4bd9a2caba082942c04bbdb7f321d4d766 Mon Sep 17 00:00:00 2001 From: Ricardo Buring Date: Sun, 13 Mar 2022 19:47:56 +0100 Subject: [PATCH] Your first 2D game: Remove old link (#5687) --- getting_started/first_2d_game/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getting_started/first_2d_game/index.rst b/getting_started/first_2d_game/index.rst index dae0783c0..108dde0fe 100644 --- a/getting_started/first_2d_game/index.rst +++ b/getting_started/first_2d_game/index.rst @@ -37,9 +37,8 @@ recommend you to start with this one, though. 3D games are much more complex than 2D ones. It would be best if you stuck to 2D until you understood the game development process and how to use Godot well. -You can find a completed version of this project at these locations: +You can find a completed version of this project at this location: -- https://github.com/kidscancode/Godot3_dodge/releases - https://github.com/godotengine/godot-demo-projects Prerequisites