instinct / GameFroot

GameFroot iOS and Bundlenator
www.gamefroot.com
5 stars 0 forks source link

time control commands in engine #165

Closed InstinctBrett closed 12 years ago

InstinctBrett commented 12 years ago

timeStart: shows time, makes time count down timePause: shows time, time is paused, stays paused timeStop: hides time, stops time countdown

time is never reset by these commands, only by using setTime or changeTime

InstinctBrett commented 12 years ago

done