Add dist.sh script to automatically build and create project template, Update README
This commit is contained in:
parent
5a8a6e4c61
commit
6bb6b8b768
7 changed files with 64 additions and 6 deletions
7
tools/get_version.gd
Normal file
7
tools/get_version.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends SceneTree
|
||||
|
||||
# godot --headless --no-header -s tools/get_version.gd
|
||||
|
||||
func _init() -> void:
|
||||
print(ProjectSettings.get_setting("application/config/version"))
|
||||
quit(0)
|
Loading…
Add table
Add a link
Reference in a new issue