MichaelSinsbeck / platformer

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

[LE] Wall tile variations #108

Closed michalove closed 10 years ago

michalove commented 10 years ago

For some walls we have tile variations. E.g. for the concrete tiles we have some without stones in them and some with. How about, every time one of these tiles gets placed, a random number is generated and depending on that, one of the two alternatives is placed there. For example every 20th tile could have the alternative decoration. The user would have the full control then, but that is the best method, I could come up with, that does not make the pattern regular.

Alternatively, we could allow the user to click multiple times with the same wall-brush to switch between alternatives.

Germanunkol commented 10 years ago

I prefer the first alternative. I don't think it's important enough to add a tool or key. If there are any randomly placed variations which the user doesn't like there, he/she can always click again to remove them.

Germanunkol commented 10 years ago

Done.