comparison webGL/dandy/resources/schedule.js @ 15:7f68fc18554a

upload schedule.js
author NOBUYASU Oshiro
date Sat, 17 Jul 2010 08:15:28 +0900
parents a2b31fe50d9d
children 527eac9a7d0b
comparison
equal deleted inserted replaced
14:a2b31fe50d9d 15:7f68fc18554a
249 PutBoss(4, 520, -128, 0, 1, chara_state8); 249 PutBoss(4, 520, -128, 0, 1, chara_state8);
250 } //switch文終了 250 } //switch文終了
251 251
252 if(filpcount > FRAME_RATE * 130) { 252 if(filpcount > FRAME_RATE * 130) {
253 if( !Boolean(active_chara_list.enemy[0])) { 253 if( !Boolean(active_chara_list.enemy[0])) {
254 alert("stage = 1");
255 stage = 1; 254 stage = 1;
256 filpcount = 0; 255 filpcount = 0;
257 } 256 }
258 } 257 }
259 } 258 }