mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
forgot dis
This commit is contained in:
parent
4c79d077c3
commit
29a6c631ca
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
if (snakemap[fruitX, fruitY] == 0)
|
||||
{
|
||||
snakemap[fruitX, fruitY] = 4;
|
||||
((PictureBox)tableLayoutPanel1.GetControlFromPosition(fruitX, fruitY)).Image = Properties.Resources.SnakeyFruit;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue