Edit the scripting section

Misc grammar fixes, improvements to phrasing, and more.

Co-authored-by: balloonpopper <5151242+balloonpopper@users.noreply.github.com>
This commit is contained in:
Nathan Lovato
2020-11-10 08:18:44 -06:00
parent 5450fa236c
commit 85b8565cef
8 changed files with 33 additions and 33 deletions

View File

@@ -83,7 +83,7 @@ scene tree.
AddToGroup("guards");
}
Imagine you're creating a strategy game inspired by Metal Gear Solid. When an
Imagine you're creating an infiltration game. When an
enemy spots the player, you want all guards and robots to be on alert.
In the fictional example below, we use ``SceneTree.call_group()`` to alert all