mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
#region action
|
|
global.ACTIONS = [];
|
|
|
|
function __initAction() {
|
|
global.ACTIONS = [];
|
|
|
|
var root = DIRECTORY + "Actions";
|
|
directory_verify(root);
|
|
|
|
if(check_version($"{root}/version"))
|
|
zip_unzip("data/Actions.zip", DIRECTORY);
|
|
}
|
|
#endregion |