Very nice! Been waiting on a few of these features to be made available. I hope it is tonight or tomorrow!
The only one I don't understand is LPeg. Can anyone explain what this is or what it is used for. Wikipedia and the lua site are way above my…
@Sciyser I assume your first solution is to simply set up something like
function Layer:onUpdate(event)
if self.paused then
return
end
end
but for every function? That seems like a nice easy idea, but it seems like it is asking for…
Okay another question regarding events. I am working on the ability to push and pop scenes off a stack and want to be able to pause the scenes underneath from updating. The problem is that if the Pause Scene doesn't take up the whole screen than the…
One tip that I would tell everyone is that any Animations you make will have their name changed to all caps. I probably spent 10 minutes trying to figure out why it would not load my animation.
example:
"BaseWalkWest" -> "BASEWALKWEST"