Timer using StandardGame

When using StandardGame does it create a Timer object, and if so how do you access it?

it does create the timer for its internal use, but you'll have to get the instance yourself.



Timer is a Singleton anyway, just call:

Timer.getTimer()

Thank you…