Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/twintower.gmx/scripts/game_clearMain.gml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 213 by syun77, Wed Apr 30 02:11:51 2014 UTC revision 214 by syun77, Sun Oct 26 15:41:44 2014 UTC
# Line 30  if(self.playtimer > 120) { Line 30  if(self.playtimer > 120) {
30    
31        // ミッションモード選択に戻る        // ミッションモード選択に戻る
32        room_goto(room_mission_select);        room_goto(room_mission_select);
33        audio_stop_music();        audio_stop_sound(global.nBgm);
34      }      }
35            
36      if(self.level == 10) {      if(self.level == 10) {

Legend:
Removed from v.213  
changed lines
  Added in v.214

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