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,6 +10,13 @@ enum Position {
Left,
}
enum Styles {
Filling,
Filling_Reversed,
Emptying,
Emptying_Reversed,
}
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
print("looking for save...")