We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8de34b + 9b0d9b2 commit e624658Copy full SHA for e624658
getting_started/introduction/key_concepts_overview.rst
@@ -84,8 +84,9 @@ flexibility in how you structure your scenes.
84
more about it here:
85
https://gameprogrammingpatterns.com/observer.html
86
87
-For example, buttons emit a signal when pressed. You can connect to this signal
88
-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
89
+or opening a menu.
90
91
Other built-in signals can tell you when two objects collided, when a character
92
or monster entered a given area, and much more. You can also define new signals
0 commit comments