예제 #1
0
        public override void ApplicationWillEnterForeground(CCApplication application)
        {
            application.ResumeGame();


            // if you use SimpleAudioEngine, your background music track must resume here.
            CCSimpleAudioEngine.SharedEngine.ResumeBackgroundMusic();
        }
예제 #2
0
 public override void ApplicationWillEnterForeground(CCApplication application)
 {
     application.ResumeGame();
 }