From ebb6c9751073969f2cf903be90e1dc30d5917408 Mon Sep 17 00:00:00 2001 From: Jayden Wise Date: Thu, 30 Mar 2023 18:09:38 +0200 Subject: [PATCH] Update 04.creating_the_enemy.rst Updating in case others may also be lost while looking for the "New Scene" option in the Scene tab in the FileSystem dock. --- getting_started/first_2d_game/04.creating_the_enemy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/first_2d_game/04.creating_the_enemy.rst b/getting_started/first_2d_game/04.creating_the_enemy.rst index f5c8d5c14..2930c7a17 100644 --- a/getting_started/first_2d_game/04.creating_the_enemy.rst +++ b/getting_started/first_2d_game/04.creating_the_enemy.rst @@ -13,7 +13,7 @@ of independent mobs in the game. Node setup ~~~~~~~~~~ -Click Scene -> New Scene and add the following nodes: +Click Scene -> New Scene from the top menu and add the following nodes: - :ref:`RigidBody2D ` (named ``Mob``)