Artur Bikmullin
Artur Bikmullin
This patch allows to use universal “SOMETHING_FILES” config setting for data files. For example, VIDEO_FILES, FONT_FILES, etc. Currently we can use BINARY_FILES for that, but I think it isn’t semantic...
Metadata allows to define whether file exists or not without an attempt to load it. So LoadSound and PlayMusic functions will be able to return valid values like other targets.
Yesterday I tested new module manager. It seems, everything works perfectly with all modules and repositories. But I’ve noticed that manager runs git clone without --recursive option. So, if module...
Hello, I'm currently working with the `BatchRendererPluginFactory.from` utility in PixiJS to create a custom batch renderer. I've come across the texturesPerObject option, which I believe allows a single object to...