options menu progress

This commit is contained in:
Tabby 2026-05-31 20:56:40 +10:00
parent 904db7c6fb
commit c083791b9a
7 changed files with 183 additions and 31 deletions

5
sleepyclockSave.gd Normal file
View file

@ -0,0 +1,5 @@
extends Resource
class_name SleepyclockSave
@export var end_time : int = 0 # number of seconds past midnight the clock bar should fill up
@export var duration : int = 7200 # number of seconds the clock bar should progress for (end_time - duration = "start_time")