Skip to content

Commit ddc3411

Browse files
Updates readme.
1 parent 4f7b756 commit ddc3411

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,10 @@ If Phaser Editor 2D Core is globally installed, you can run:
4343

4444
```bash
4545
$ PhaserEditor2D -project .
46-
```
46+
```
47+
48+
## Script Nodes
49+
50+
Script nodes are logic objects. You can add a script node to the scene or a game object, for extending it with custom data and behavior.
51+
52+
This project includes the [basic script nodes](https://github.com/PhaserEditor2D/script-nodes-basic-js) in the `src/script-nodes-basic/` folder. You can add your own script nodes in the `src/script-nodes/` folder.

0 commit comments

Comments
 (0)