mchlnix / SMB3-Foundry

SMB3 Level Editor in Python
GNU General Public License v3.0
93 stars 12 forks source link

Resize objects with the mouse #1

Closed mchlnix closed 4 years ago

mchlnix commented 5 years ago

It would be nicer if objects could be resized like little windows with the mouse, instead of over the type or length spinners. The objects would never change it's type by this operation and depending on the orientation and if it is a 4 byte object, the dimensions could be given to the object and translated into valid values, before being rerendered.

mchlnix commented 5 years ago

Works pretty well, except for vertically oriented objects.