MichaelSinsbeck / platformer

A ninja platformer written in LÖVE
7 stars 0 forks source link

Add new wood-tiles to tile-transition algorithm #203

Closed michalove closed 10 years ago

michalove commented 10 years ago

A while ago I added new tiles for the wooden planks. bandana_planks Could you please add them to the tile-transition definitions?

Germanunkol commented 10 years ago

Done. Does it work as expected?

michalove commented 10 years ago

Thanks. Almost perfect. I forgot one tile. The rectangular one was supposed to be in between two blocks like so:

bandana_planks2

And the one that I forgot (added now) was supposed to be for 1-tile free-floating platforms.

I changed the source-image. The new one (the one I forgot) is in the place, where the rectangular was before, and the rectangular one is moved to a different place.

Could you please add the rectangular one as shown in the picture? Then we are done here.

michalove commented 10 years ago

Thanks you. That's it.