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

Make a function that deletes and recreates pop.screen #57

Open TangentFoxy opened 7 years ago

TangentFoxy commented 7 years ago

The idea is to make it easy to start over the GUI, such as for when switching game states. Make it so you can pass false to stop deleting, and just re-create (will return reference to old).

TangentFoxy commented 7 years ago

Replaced this idea with a state machine on project-foxtrot.