mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-09-03 23:25:46 -04:00
add license, move folders
This commit is contained in:
parent
185cc74060
commit
271c4a46a1
132 changed files with 21 additions and 0 deletions
9
app/scripts/ui/search/one_line_text.gd
Normal file
9
app/scripts/ui/search/one_line_text.gd
Normal file
|
@ -0,0 +1,9 @@
|
|||
extends RichTextLabel
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
finished.connect(to_line)
|
||||
|
||||
|
||||
func to_line() -> void:
|
||||
text = text.replace('\n', '\t') # TODO: Handle BBCode
|
Loading…
Add table
Add a link
Reference in a new issue