mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Add useful tip in first 2d-game tutorial (#5134)
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
co-authored by
Rémi Verschelde
parent
e5747c8ca7
commit
7b68b68ddd
@@ -445,6 +445,9 @@ Let's also assign ``Main`` as our "Main Scene" - the one that runs automatically
|
||||
when the game launches. Press the "Play" button and select ``Main.tscn`` when
|
||||
prompted.
|
||||
|
||||
.. tip:: If you had already set another scene as the "Main Scene", you can right
|
||||
click ``Main.tscn`` in the FileSystem dock and select "Set As Main Scene".
|
||||
|
||||
You should be able to move the player around, see mobs spawning, and see the
|
||||
player disappear when hit by a mob.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user