This is a template for creating a Godot project that uses Javascript for scripting. It is meant to be used in conjunction with the Godot Javascript v4.x Release
- Clone this repository
- Go to
./js/src
. Runnpm install
. Runnpm run dev
- Open the project in Godot Javascript Release
- Ignore errors lik
Parse source code from file..
. If script is edited on Godot directly, error goes away.
- Ignore errors lik
- Run the project
- Watch console
Godot typescript start template: Inspaired by this template (Curently works for Godot 3.x)
Godot Javascript: Javascript support for Godot. Check it out for documentation and more.