This commit is contained in:
leaf 2022-06-14 10:03:14 +08:00
parent 3600e931c4
commit a524cfd714

View File

@ -206,9 +206,9 @@ void main()
if(head_x == apple_x && head_y == apple_y)
{
del(apple_x,apple_y);
push(head_x,head_y);
rand_apple();
display(apple_x,apple_y);
push(head_x,head_y);
}
else
{