我正在用 allegro(在 Ubuntu 中)开发一个 pacman 游戏,但我无法显示分数。我找到了这段代码,但它不起作用。请问你能帮帮我吗?
char scoretxt[10];
printf(scoretxt,"score: %d",score);
textout_ex(buffer, font, scoretxt, TILE_SIZE*(MAP_WIDTH)*3/4, TILE_SIZE, makecol(255,255,255), makecol(0,0,0));
我正在用 allegro(在 Ubuntu 中)开发一个 pacman 游戏,但我无法显示分数。我找到了这段代码,但它不起作用。请问你能帮帮我吗?
char scoretxt[10];
printf(scoretxt,"score: %d",score);
textout_ex(buffer, font, scoretxt, TILE_SIZE*(MAP_WIDTH)*3/4, TILE_SIZE, makecol(255,255,255), makecol(0,0,0));