- Open the project.gd file.
- Run the project!
- Optional: Video walkthrough at https://youtu.be/JIwYuWNe670
These syntaxes don't mean anything unless you code it in the game build. You can change syntax highlighting/colour in CodeEdit.tscn.
| {insert emoji name} |
<< {insert character expression name} >>
!! {insert signal to be emitted} !!
+({add this to variables}) / -({delete this from variables})
+ {add this to inventory} + / - {remove this from inventory} -
- Sometimes connections doesn't link properly (especially when opening old files).
- Crashes when creating a new file/opening an old file when another file is already open.
- Go back to Start
Cmd/Ctrl + 0
- New node
Right mouse click
- New feature
Option + F
- Go to End
Cmd/Ctrl + E
- New file
Cmd/Ctrl + N
- Open file
Cmd/Ctrl + O
- Save file
Cmd/Ctrl + S