Initial Commit

This commit is contained in:
Mario Steele 2025-04-29 22:06:23 -05:00
commit 0321a1b77e
10 changed files with 774 additions and 0 deletions

7
test_get_version_info.gd Normal file
View 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"])