MichaelSinsbeck / platformer

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

[LE] Adjust selection box positions #179

Closed michalove closed 7 years ago

michalove commented 10 years ago

By that I mean that the white semi-transparent box as well as the white outline box, is in the wrong place for most objects. We could either color the whole objects in a white tone (selection is not a box, but the objects gets a different color) or we adjust the position of the boxes.

Germanunkol commented 10 years ago

Well, I adjusted the boxes. This looks better, but it'll be difficult for larger objects, like the windmill - we'll have to test if that works. Maybe the windmill will just have to cover multiple tiles, but cover them whole (so every tile that the windmill touches will be inside the windmill's selection box).