From ea120f2b390f16e18ca5f9aca2a8a7a26106c0aa Mon Sep 17 00:00:00 2001 From: "Kevin Bloch (@codingthat)" Date: Tue, 30 Jul 2024 17:45:59 +0200 Subject: [PATCH] Remove already completed step from 06.heads_up_display.rst This was done at the end of the previous page, i.e., in https://docs.godotengine.org/en/stable/getting_started/first_2d_game/05.the_main_game_scene.html#testing-the-scene (Replaces #9676 ) --- getting_started/first_2d_game/06.heads_up_display.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getting_started/first_2d_game/06.heads_up_display.rst b/getting_started/first_2d_game/06.heads_up_display.rst index abda7b816a6..f02f3ae7258 100644 --- a/getting_started/first_2d_game/06.heads_up_display.rst +++ b/getting_started/first_2d_game/06.heads_up_display.rst @@ -273,8 +273,7 @@ with the changing score: ``_ready()`` if you haven't already, otherwise your game will start automatically. -Now you're ready to play! Click the "Play the Project" button. You will be asked -to select a main scene, so choose ``main.tscn``. +Now you're ready to play! Click the "Play the Project" button. Removing old creeps ~~~~~~~~~~~~~~~~~~~