8 lines
169 B
GDScript3
8 lines
169 B
GDScript3
|
|
@tool
|
||
|
|
extends EditorScript
|
||
|
|
|
||
|
|
|
||
|
|
# Called when the script is executed (using File -> Run in Script Editor).
|
||
|
|
func _run() -> void:
|
||
|
|
print(Engine.get_version_info()["string"])
|