Pixel-Composer/scripts/font_data/font_data.gml

4 lines
89 B
Plaintext
Raw Normal View History

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