Pixel-Composer/scripts/font_data/font_data.gml

4 lines
89 B
Text
Raw Normal View History

2022-12-16 15:18:09 +07:00
function __initFontFolder() {
var root = DIRECTORY + "Fonts";
directory_verify(root);
2022-12-16 15:18:09 +07:00
}