bcirpggithubmirror/Godot/MainMenu/GodotUserInterface_Luke/GUI.gd

6 lines
91 B
GDScript

extends MarginContainer
func _ready():
var TimeTest = OS.get_datetime()
print(TimeTest)