Leave only one track type, WIP: track deletion.
This commit is contained in:
9
Scripts/TrackLineEdit.gd
Normal file
9
Scripts/TrackLineEdit.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends LineEdit
|
||||
|
||||
func _ready() -> void:
|
||||
text_submitted.connect(submit)
|
||||
|
||||
func submit(text: String):
|
||||
caret_column = 0
|
||||
release_focus()
|
||||
pass
|
||||
Reference in New Issue
Block a user