bunch of new options, removed other project data

This commit is contained in:
Tabby 2026-06-01 12:45:42 +10:00
parent 733a8fd6c0
commit bfee9448f5
11 changed files with 96 additions and 225 deletions

View file

@ -6,3 +6,7 @@ class_name SleepyclockSave
#@export var position : int = 0
@export var size : int = 10
@export var position : Data.Position = Data.Position.Bottom
@export var background_color : Color = Color("51006b")
@export var bar_color : Color = Color.DODGER_BLUE
@export var warning_color : Color = Color.RED
@export var bar_transparency : float = 0.5