mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-27 07:26:33 +01:00
1 line
No EOL
116 B
Text
1 line
No EOL
116 B
Text
function instance_create(_x, _y, _object, _param = {}) { return instance_create_depth(_x, _y, 0, _object, _param); } |