Compare commits

...

2 Commits

View File

@ -25,7 +25,9 @@ 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()