Presuming the sprites/tiles are fixed size bounds and laid out in a regular grid, measure the bounds size (and starting offset if necessary) then index in row-major order by:
There's a reason I abandon things. My creative energies are extremely sporadic and unreliable. It couldn't honestly recommend one engage in any non-trivial collaborative effort with myself.
If you do make any significant changes to this then I'm happy enough for you to license your derivative as OGA-BY.
Presuming the sprites/tiles are fixed size bounds and laid out in a regular grid, measure the bounds size (and starting offset if necessary) then index in row-major order by:
rowLength = floor((imageWidth - offsetX) / tileWidth)
row = floor(index / rowLength)
column = index % rowLength
tileX = offsetX + column * tileWidth
tileY = offsetY + row * tileHeight
Someone gives you something for nothing and you demand they give you more? Personally there would be few better ways to earn my eternal animosity.
If they've stated in their submission that they are unsure of licensing then it's fine to advise them on the matter.
To baselessly presume ignorance is just plain disrespectful.
Looks sweet.
"surt", preferably all lower-case would be my preference, though I'm not fussed.
It can only be "safe" if the licenses of all source works are followed, for that to happen the licensing terms need to be known.
If you are using an openly licensed work outside of the terms of the license you are still commiting copyright infringement.
I rather doubt that stock photos on sites other than OGA will be using OGA's own OGA-By license.
Cute stuff.
Great stuff.
Looks like it could be a good candidate for OpenDungeons or similar.
SMS uses 8x8 hardware tiles.
SMS uses 8x8 hardware tiles.
EDIT:
Misc random ancient pixels I couldn't be arsed posting individually: misc.zip
There's a reason I abandon things. My creative energies are extremely sporadic and unreliable. It couldn't honestly recommend one engage in any non-trivial collaborative effort with myself.
If you do make any significant changes to this then I'm happy enough for you to license your derivative as OGA-BY.
Pages