Add modified Fragmented project files
This commit is contained in:
parent
f99f1fbc9b
commit
77ce93fb15
57 changed files with 1696 additions and 0 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