Setup
To get started, install the gdscript
Haxelib package and add it to a Haxe project.
# | What to do | What to write |
---|---|---|
1 | Install via haxelib |
|
2 | Add the lib to your .hxml file or compile command. |
|
3 | Set the output folder for the compiled GDScript. |
|
4 | Optionally, generate your code as a Godot plugin. |
|