class for bullet in Car_race game
Diff: Bullet.cpp
- Revision:
- 10:3726b7994e2f
- Parent:
- 9:4ea00d3a8ce0
- Child:
- 11:61bbec4ede2c
diff -r 4ea00d3a8ce0 -r 3726b7994e2f Bullet.cpp --- a/Bullet.cpp Wed Apr 19 20:55:26 2017 +0000 +++ b/Bullet.cpp Fri Apr 21 21:45:54 2017 +0000 @@ -34,7 +34,7 @@ void Bullet::update(N5110 &lcd,int _bulletDirection) { - // lcd.setPixel(_bullet_x,_bullet_y,false); + //lcd.setPixel(_bullet_x,_bullet_y,false); //lcd.setPixel(_bullet_x,_bullet_y+1,false); //lcd.setPixel(_bullet_x+1,_bullet_y,false); //lcd.setPixel(_bullet_x+1,_bullet_y+1,false);