Compare commits
No commits in common. "c75aec06acda54dad4fcf51228a4b3e532a99b81" and "fafaf404abf6a81a3a07ca05865b1b402c05ccaa" have entirely different histories.
c75aec06ac
...
fafaf404ab
@ -25,9 +25,7 @@ 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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user