perf(MCU课设): 更改状态提示位置

This commit is contained in:
iridiumR 2022-06-09 13:05:23 +08:00
parent 6d1deaf6ca
commit ad0b06f197
1 changed files with 2 additions and 2 deletions

View File

@ -172,9 +172,9 @@ void m_block(struct _menu* this)
drawSUPNUM(97, 2, (score % 100) / 10);
drawSUPNUM(106, 2, score % 10);
if(local[2])
placeIMG_ROTATE(115, 2); //ťćÖĆĚáĘžˇű
placeIMG_ROTATE(118, 1); //ťćÖĆĚáĘžˇű
else
placeRIMG_BLOCK(115, 2);
placeRIMG_BLOCK(118, 1);
blockGameOver(); //检查是否游戏结束