Fixed UVs assigned by SpriteAtlas
Bullets can now use loose textures directly
Can either use
* "sprite" - path to a single texture
* "sprites" - array of texture paths, used with "spriteIndex" to select which sprite to use
When using "sprites", all textures must be the same size.
Example usage of new loose bullet textures