Hello.
When I export a project, C2 generate images with a name like myimage-sheet0.png. For various reasons, I'm using this name in my javascript like a var name. But the dash ( - ) in the name is not useable for a var name in javascript, so I must replace all dashes with underscores ( _ ), and, when my projects count 100+ images, it's veryyyy long.
So, is it possible to generate image with underscore instead of dash in the name ? ( = myimage_sheet0.png)
Or is it possible to have an option in a menu and let the choice to the user ?
Or can I modify it in a C2 property file ?
Thanks,
C2 is awesome!