implement splash screens

This commit is contained in:
Haze Weathers 2023-12-25 15:11:59 -05:00
parent 62885d32cb
commit fe9f682818
8 changed files with 139 additions and 1 deletions

View file

@ -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