options menu progress
This commit is contained in:
parent
904db7c6fb
commit
c083791b9a
7 changed files with 183 additions and 31 deletions
5
sleepyclockSave.gd
Normal file
5
sleepyclockSave.gd
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue