mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-27 07:26:33 +01:00
7 lines
No EOL
234 B
Text
7 lines
No EOL
234 B
Text
/// @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);
|
|
}
|
|
} |