Compare commits

..

No commits in common. "c75aec06acda54dad4fcf51228a4b3e532a99b81" and "fafaf404abf6a81a3a07ca05865b1b402c05ccaa" have entirely different histories.

View File

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