MichaelSinsbeck / platformer

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

[LE] Sort objects on object panel #187

Closed Germanunkol closed 10 years ago

Germanunkol commented 10 years ago

Maybe we should sort the objects on the object panel, similarly to what we do on the backgrounds panel. Not on multiple panels, but just as groups on the one panel. For example, all enemies should go into one corner...

We could leave this for later, too. Once we know about all the objects we'll need.

michalove commented 10 years ago

You are right, we should do that. We can possibly assign a number to each object and then when objects are added to the panel, make a for loop over these numbers.

michalove commented 10 years ago

That looks good.