1.0.1
This commit is contained in:
parent
3600e931c4
commit
a524cfd714
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user