more options yippeee!!
This commit is contained in:
parent
960c0277ae
commit
278cddcf22
5 changed files with 120 additions and 20 deletions
7
Data.gd
7
Data.gd
|
|
@ -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...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue