implement splash screens
This commit is contained in:
parent
515434c70c
commit
ac36644d70
8 changed files with 139 additions and 1 deletions
|
@ -9,6 +9,7 @@ func _input(event):
|
|||
$AnimationPlayer.play("activate")
|
||||
|
||||
func _ready():
|
||||
Fade.fade_in(0.4)
|
||||
var time = OS.get_time()
|
||||
if time.hour >= 18 or time.hour < 6:
|
||||
$Night.visible = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue