lots of progress
This commit is contained in:
parent
e24568da25
commit
733a8fd6c0
7 changed files with 240 additions and 51 deletions
|
|
@ -4,4 +4,5 @@ class_name SleepyclockSave
|
|||
@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")
|
||||
#@export var position : int = 0
|
||||
#@export var size : int = 10
|
||||
@export var size : int = 10
|
||||
@export var position : Data.Position = Data.Position.Bottom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue