Merge pull request 'add whistle to train' (#38) from whitleandstats into main
Reviewed-on: #38
This commit was merged in pull request #38.
This commit is contained in:
@@ -9,10 +9,10 @@ func _ready() -> void:
|
||||
deselect()
|
||||
disable()
|
||||
|
||||
func set_option_text(text: String) -> void:
|
||||
func set_option_text(_text: String) -> void:
|
||||
if label == null:
|
||||
label = $%Label
|
||||
label.text = text
|
||||
label.text = _text
|
||||
|
||||
func select() -> void:
|
||||
if checkbox == null:
|
||||
|
||||
Reference in New Issue
Block a user