Update the reference to the your_first_game document

This commit is contained in:
Nathan Lovato
2021-02-26 13:36:52 -06:00
parent 2d86f1496e
commit c1f7f42ce6
8 changed files with 14 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ Some other usage examples:
- Use a large circular area around an enemy to define its "detect" radius. When the player is outside the area, the enemy can't "see" it.
- "Security cameras" - In a large level with multiple cameras, attach areas to each camera and activate them when the player enters.
See the :ref:`doc_your_first_game` for an example of using Area2D in a game.
See the :ref:`doc_your_first_2d_game` for an example of using Area2D in a game.
Area influence
--------------