Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
twintower
twintower
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
Help
Mailing Lists
list of ML
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[twintower]
/
trunk
/
twintower.gmx
/
objects
/
obj_game.object.gmx
Diff of /trunk/twintower.gmx/objects/obj_game.object.gmx
Parent Directory
|
Revision Log
|
Patch
revision
213
by
syun77
, Fri May 2 02:29:59 2014 UTC
revision
214
by
syun77
, Sun Oct 26 15:41:44 2014 UTC
#
Line 71
case room_main:
Line 71
case room_main:
71
// メインゲーム
// メインゲーム
72
self.state = STATE_STAGE_INIT;
self.state = STATE_STAGE_INIT;
73
if(BGM_ENABLE) {
if(BGM_ENABLE) {
74
audio_play_music(bgm01, true);
audio_stop_sound(global.nBgm);
75
global.nBgm = audio_play_sound(bgm01, 100, true);
76
}
}
77
self.mode = MODE_GAME;
self.mode = MODE_GAME;
78
break;
break;
#
Line 79
case room_mission:
Line 80
case room_mission:
80
// ミッションモード
// ミッションモード
81
self.state = STATE_STAGE_INIT;
self.state = STATE_STAGE_INIT;
82
if(BGM_ENABLE) {
if(BGM_ENABLE) {
83
audio_play_music(bgm01, true);
audio_stop_sound(global.nBgm);
84
global.nBgm = audio_play_sound(bgm01, 100, true);
85
}
}
86
self.mode = MODE_MISSION;
self.mode = MODE_MISSION;
87
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
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