spilgames / glue

Glue is a JavaScript game engine for making web games that run on desktop and touch devices.
glue-engine.com
Other
10 stars 4 forks source link

Add pausing / resuming #243

Closed RikoOphorst closed 10 years ago

RikoOphorst commented 10 years ago

Add pausing / resuming to Glue and add a property to every baseobject that defines whether it should update when paused (like melon has it)

RikoOphorst commented 10 years ago

This is done