mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
function instance_create(_x, _y, object, params = {}) {
|
|
var myDepth = object_get_depth( object );
|
|
return instance_create_depth( _x, _y, myDepth, object, params );
|
|
}
|