Skip to content

Commit 236cfff

Browse files
Updates readme.
1 parent 0ebf03e commit 236cfff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ As you can see, this library depends on the `@phaserjs/editor-scripts-base` libr
3131

3232
## Summary
3333

34-
The scripts are divided in groups:
34+
The scripts split in groups:
3535

3636
* [Core](#core-group)
3737
* [Arcade](#arcade-group)
@@ -41,7 +41,9 @@ The scripts are divided in groups:
4141
* [Random](#random-group)
4242
* [Timer](#timer-group)
4343

44-
Each group contains script nodes and user components. The script nodes can be classified in Actions, Event, and Base.
44+
Each group contains script nodes and user components. The script nodes can be classified in Actions and Events.
45+
46+
An Action script performs that, an action, a call to a method, like destroying an object, or shaking the camera, or playing a sound, or iterate the children nodes and execute them. An Event is a script that under certain circumstances executes it's children nodes, which are action scripts. The common events are input-related events, like "pointer down", or "key pressed". If you need to execute an action just right away, then you can use the "on awake event" to trigger the action.
4547

4648
## Core Group
4749

0 commit comments

Comments
 (0)