gate info (wip)

This commit is contained in:
Nordup 2024-12-02 12:44:45 +04:00
parent d6add34302
commit 71b8d06c69
8 changed files with 379 additions and 155 deletions

View file

@ -21,10 +21,10 @@ func search(query: String) -> void:
return
for gate in gates:
Debug.logr(gate["url"])
var result: SearchResult = result_scene.instantiate()
result.fill(gate)
add_child(result)
Debug.logr(gate["url"])
func search_request(query: String) -> void: