add unit tests
saveload fixes
This commit is contained in:
@@ -16,7 +16,7 @@ signal value_changed(new_value: String, new_index: int)
|
||||
@onready var right_button: Button = $RightButton
|
||||
@onready var value_display: Label = $ValueDisplay
|
||||
|
||||
## The data source for values. Override this for custom implementations.
|
||||
## The data source for values.
|
||||
@export var data_source: String = "language"
|
||||
## Custom display format function. Leave empty to use default.
|
||||
@export var custom_format_function: String = ""
|
||||
|
||||
Reference in New Issue
Block a user