Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/twintower.gmx/scripts/game_misfailInit.gml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 214 - (show annotations) (download)
Sun Oct 26 15:41:44 2014 UTC (9 years, 7 months ago) by syun77
File size: 413 byte(s)
ミッションモードを無効化
1 /// game_misfailInit();
2 // ■ミッション失敗・初期化
3 // クリア判定初期化
4 self.clearcheck[0] = CHECK_BAD;
5 self.clearcheck[1] = CHECK_BAD;
6
7 // ゲームオーバー表示
8 instance_create(0, 0, obj_failure);
9
10 // ゲームオーバーSE再生 #sound
11 playSe(SND_UBOA);
12
13 // TODO: BGM停止 #sound
14 audio_stop_sound(global.nBgm);
15
16 self.playtime = 0;
17 self.state = STATE_MISFAIL_MAIN;
18

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26