mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
search results
This commit is contained in:
parent
647b0ca20c
commit
c6ba0bfd7d
6 changed files with 161 additions and 120 deletions
8
app/scripts/ui/search/search_results_header.gd
Normal file
8
app/scripts/ui/search/search_results_header.gd
Normal file
|
@ -0,0 +1,8 @@
|
|||
extends Label
|
||||
|
||||
@export var gate_events: GateEvents
|
||||
@export var header: String
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
text = "%s \"%s\"" % [header, gate_events.current_search_query]
|
Loading…
Add table
Add a link
Reference in a new issue