You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -43,4 +43,10 @@ If Phaser Editor 2D Core is globally installed, you can run:
43
43
44
44
```bash
45
45
$ 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