initial commit, hope i didnt push any keys :P
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
extends CenterContainer
|
||||
|
||||
|
||||
func _ready():
|
||||
_on_Timer_timeout()
|
||||
|
||||
|
||||
func _on_Timer_timeout():
|
||||
$time_display.set_moment(Constants.current_moment())
|
||||
print("ding")
|
||||
Reference in New Issue
Block a user