comparison TaskDandy.cc @ 28:813f5461daab

collision bug fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 28 Dec 2010 15:50:04 +0900
parents 871f7d9a2f35
children d2e627af7f61
comparison
equal deleted inserted replaced
27:871f7d9a2f35 28:813f5461daab
287 state_update(); 287 state_update();
288 asteroidi = 0; 288 asteroidi = 0;
289 printf("frame = %d\n", filpcount); 289 printf("frame = %d\n", filpcount);
290 //charpatern(); 290 //charpatern();
291 //bosguage(); 291 //bosguage();
292
293 Putbom();
294 tokuten();
295 292
296 count++; 293 count++;
297 //PutSprite(count, 0, 960 - 96, 10); 294 //PutSprite(count, 0, 960 - 96, 10);
298 /*インフレゲージ */ 295 /*インフレゲージ */
299 count++; 296 count++;
300 //PutSprite(count, 0, 0, 48); 297 //PutSprite(count, 0, 0, 48);
301 298
302 obj_draw(); 299 obj_draw();
303 gamef = game_pause(gamef); 300 gamef = game_pause(gamef);
304 301
302
303 Putbom();
304 tokuten();
305 if (use_keybord) { 305 if (use_keybord) {
306 keybord(); 306 keybord();
307 } else { 307 } else {
308 Pad(joy); 308 Pad(joy);
309 } 309 }