mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
/// @description init
|
|
if (ds_map_find_value(async_load, "id") == version_check) {
|
|
if (ds_map_find_value(async_load, "status") == 0) {
|
|
var v = ds_map_find_value(async_load, "result");
|
|
version_latest = toNumber(v);
|
|
}
|
|
} |