Initial Commit
This commit is contained in:
commit
0321a1b77e
10 changed files with 774 additions and 0 deletions
7
test_get_version_info.gd
Normal file
7
test_get_version_info.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@tool
|
||||
extends EditorScript
|
||||
|
||||
|
||||
# Called when the script is executed (using File -> Run in Script Editor).
|
||||
func _run() -> void:
|
||||
print(Engine.get_version_info()["string"])
|
||||
Loading…
Add table
Add a link
Reference in a new issue