Thanks for letting us use them, also the Particle_Example.love is a "love" file not a PNG. Please change, thanks :D
Viewing post in 16x16 Industrial Tileset comments
> What I mean is one of the files "particle_example.love" is not a PNG file,
Yes.
> so I, nor anybody, can view it.
Not really. As it's a .love file there is no point of naming it with .png extension, this would be misleading.
> In short it is corrupted because of the way you named it.
It's not, and if it were the name doesn't make a file corrupted.
> Please re upload it with proper naming.
It is uploaded with a proper name.
---
`.love` files are actually zip archives. On most unix-like system you're able to extract it's content with something like:
```
unzip particle_example.love
```
I don't know how to achieve that on a windows machine, but I'm sure it's also easy.
This one contains some code and the tileset itself; It's supposed to be used as an example how to setup a particle system.
TBH I'm quite convinced now that I shouldn't have written it, as it brings more confusion that it's worth. I'm sorry for that.
see: https://love2d.org
---
Let know if anything is still not clear!