Compare commits

...

2 Commits

View File

@ -25,7 +25,9 @@ func fetch_card(id: String) -> void:
return return
await _do_http_request_card(id) await _do_http_request_card(id)
OS.delay_msec(100)
await _do_http_request_imgs(id, _png_path, true) await _do_http_request_imgs(id, _png_path, true)
OS.delay_msec(100)
await _do_http_request_imgs(id, _jpg_path, false) await _do_http_request_imgs(id, _jpg_path, false)
cache_done.emit() cache_done.emit()