mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-08 10:10:54 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user