Pixel-Composer/scripts/compat_path_array/compat_path_array.gml

3 lines
71 B
Plaintext
Raw Normal View History

2022-01-13 05:24:03 +01:00
function compat_path_array(path) {
return string_splice(path, "\n");
}