3D Game: Fix text to reflect the context images for collision masks (#4578)

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
viksl
2021-01-25 16:26:01 +01:00
committed by GitHub
co-authored by Hugo Locurcio
parent d1ff7cdc67
commit 132d18ad49
@@ -85,8 +85,8 @@ Select the *Player* node and set its *Collision -> Mask* to both "enemies" and
Then, open the *Mob* scene by double-clicking on ``Mob.tscn`` and select the
*Mob* node.
Set its *Collision -> Layer* to "enemies" and its *Collision -> Mask* to both
"player".
Set its *Collision -> Layer* to "enemies" and unset its *Collision -> Mask*,
leaving the mask empty.
|image6|