Skip to content

Commit

Permalink
Merge pull request #10371 from AturAseman/patch-1
Browse files Browse the repository at this point in the history
Clarify sentence in Overview of Godot's key concepts
  • Loading branch information
mhilbrunner authored Dec 6, 2024
2 parents a8de34b + 9b0d9b2 commit e624658
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions getting_started/introduction/key_concepts_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ flexibility in how you structure your scenes.
more about it here:
https://gameprogrammingpatterns.com/observer.html

For example, buttons emit a signal when pressed. You can connect to this signal
to run code in reaction to this event, like starting the game or opening a menu.
For example, buttons emit a signal when pressed. You can connect a piece of code
to this signal which will run in reaction to this event, like starting the game
or opening a menu.

Other built-in signals can tell you when two objects collided, when a character
or monster entered a given area, and much more. You can also define new signals
Expand Down

0 comments on commit e624658

Please sign in to comment.