سؤال

When the game over condition is satisfied I want to show a game over menu. This menu I have implemented via Scene. Now I wonder how I can show game over scene on top of ingame, without covering all the ingame scene. I want to make it look like a popup. How I should do that?

هل كانت مفيدة؟

المحلول

Checkout part "Design and Implement the Game Over Layer" in the following tutorial at: http://www.cocos2d-x.org/docs/tutorial/parkour-game-with-javascript/chapter9/en

It wrote in js, but i think the process with Cpp is the same.

نصائح أخرى

I'd say just change your CCScene to CCLayer. Very few changes will be required in the code. Then the part where you use the CCDirector to replace scene with your Game Over scene just initialize your Layer.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top