rename godot to godot3

This commit is contained in:
Michael Angelo Calimlim 2023-10-20 13:47:01 +08:00
parent 89888345c6
commit da444b7c91

View file

@ -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