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

excludeMovement -> static #33

Closed TangentFoxy closed 8 years ago

TangentFoxy commented 8 years ago

Replace the concept of excludeMovement with a stationary member. Have getter/setter isStatic and setStatic, and streamlined static fn.

TangentFoxy commented 8 years ago

Keep same variable name, have setStatic() and getStatic (and extended static).

TangentFoxy commented 8 years ago

Added to Wishlist #49