search results

This commit is contained in:
Nordup 2024-11-27 00:30:32 +04:00
parent 647b0ca20c
commit c6ba0bfd7d
6 changed files with 161 additions and 120 deletions

View 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]