Pixel-Composer/scripts/font_data/font_data.gml

4 lines
89 B
Plaintext

function __initFontFolder() {
var root = DIRECTORY + "Fonts";
directory_verify(root);
}