Código:
///else if(mapa[row][col] == 'O'){
draw_sprite(buffer, comida, col*30, row*30);
if(py/30 == row && px/30 == col){
play_sample(bolita,300,150,1000,0);
mapa[row][col] = ' ';
player_score+=00;
}
}
Código:
FONT *font = load_font("titulo.pcx",NULL,NULL);
textout_centre_ex(screen, font, "Mi Pec-Man", 1000, 10, 0x999999, 0x100000);
textprintf_ex(screen, font, 900, 40, makecol(0, 200, 100) , -1, "Score: %d ", player_score);


