init method

void init()

Implementation

void init() {
  _doInit();
  _enterScene(_scenes.first);
}