TangentFoxy / Pop.Box

(ON HOLD) Pop.Box is an easy to use GUI library for the LÖVE engine, intended for rapid prototyping.
http://guard13007.github.io/Pop.Box/docs
MIT License
8 stars 4 forks source link

modifying size of an element should move children? #18

Open TangentFoxy opened 8 years ago

TangentFoxy commented 8 years ago

setSize, setWidth, setHeight DON'T MOVE CHILDREN. Is this intended?

USE ALIGN() for this, however, as this is moving children, checks should be against excludeMovement