cooking options, start refactor process
This commit is contained in:
parent
c083791b9a
commit
2322ae9ec2
6 changed files with 106 additions and 35 deletions
|
|
@ -1,5 +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")
|
||||
@export var end_time : float = 0 # number of seconds past midnight the clock bar should fill up
|
||||
@export var duration : float = 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