mirror of
https://github.com/macalimlim/ftw
synced 2024-11-10 04:24:12 +00:00
rename godot to godot3
This commit is contained in:
parent
89888345c6
commit
da444b7c91
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -37,7 +37,7 @@ format:
|
|||
cargo fmt --all -- --check
|
||||
|
||||
list-node-types:
|
||||
godot-headless --gdnative-generate-json-api api.json
|
||||
godot3-headless --gdnative-generate-json-api api.json
|
||||
cat api.json | jq '.[] | .name' | tr -d '"' | tr -d "_" | sort | uniq
|
||||
rm api.json
|
||||
|
||||
|
|
Loading…
Reference in a new issue