/reflaxe.GDScript-SampleProject

A sample project created with Reflaxe/GDScript and Godot.

Primary LanguageHaxeMIT LicenseMIT

Reflaxe/GDScript Sample Project

A sample project created with Reflaxe/GDScript and Godot.

How to Run

  • Install Reflaxe/GDScript: haxelib install gdscript.
  • Generate Godot bindings using the godot-api-generator haxelib script in the src/ 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!