feat: initial commit
This commit is contained in:
commit
faaaa3d324
32 changed files with 77324 additions and 0 deletions
4
godot-js/justfile
Normal file
4
godot-js/justfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
default:
|
||||
npm --prefix ./src install
|
||||
codium ./src/ >/dev/null 2>&1 &
|
||||
godot4-js ./src/project.godot >/dev/null 2>&1 &
|
Loading…
Add table
Add a link
Reference in a new issue