diff schedule.cc @ 126:030394675d8e

succes compile
author e085768
date Thu, 30 Jun 2011 21:48:38 +0900
parents c62fec1dd2f8
children d9e3137e70a0
line wrap: on
line diff
--- a/schedule.cc	Thu Jun 30 16:29:34 2011 +0900
+++ b/schedule.cc	Thu Jun 30 21:48:38 2011 +0900
@@ -318,10 +318,13 @@
   printf("sche_game_ready()\n");
   static int blink_count = 0;//
 
+  int tesX = 200;
+  
   // PLAYER_1 or PLAYER_2 
-  gSprite_PutSprite(27+game->play_id,265,10, TEST_Z_GRID);
-  gSprite_PutSpriteEx(SP_SEL_CAR+game->car_id, 50, 120, TEST_Z_GRID, 1.5, 1.5 , 0.0);
-  gSprite_PutSpriteEx(SP_SEL_COURSE+game->course_id, 340, 120, TEST_Z_GRID, 1.7, 1.8 , 0.0);
+  gSprite_PutSprite(27+game->play_id, 265 + tesX, 10, TEST_Z_GRID - 300);
+  
+  gSprite_PutSpriteEx(SP_SEL_CAR+game->car_id, 50 + tesX, 120, TEST_Z_GRID - 300, 1.5, 1.5 , 0.0);
+  gSprite_PutSpriteEx(SP_SEL_COURSE+game->course_id, 340 + tesX, 120, TEST_Z_GRID - 300, 1.7, 1.8 , 0.0);
     
   /* 点滅 */
   if (blink_count < 35) {