A sample project created with Reflaxe/GDScript and Godot.
- Install Reflaxe/GDScript:
haxelib install gdscript
. - Generate Godot bindings using the
godot-api-generator
haxelib script in thesrc/
folder:
haxelib install godot-api-generator
haxelib run godot-api-generator
- Run
haxe compile.hxml
in the top directory to generate the GDScript source code!
Once you're ready, simply open the Godot project in godot_project/
and run the game!