more options yippeee!!

This commit is contained in:
Tabby 2026-06-01 17:10:16 +10:00
parent 960c0277ae
commit 278cddcf22
5 changed files with 120 additions and 20 deletions

View file

@ -10,3 +10,8 @@ class_name SleepyclockSave
@export var bar_color : Color = Color.DODGER_BLUE
@export var warning_color : Color = Color.RED
@export var bar_transparency : float = 0.5
@export var warning_time : float = 3600
@export var before_time : float = 86340
@export var after_time : float = 86340
@export var flashing : bool = true
@export var progress_style : Data.Styles = Data.Styles.Filling