mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
found a bug with the tail
This commit is contained in:
parent
6624c77f0e
commit
85068729a6
2 changed files with 3 additions and 1 deletions
|
@ -116,7 +116,8 @@ namespace ShiftOS.WinForms.Applications
|
|||
((PictureBox)tableLayoutPanel1.GetControlFromPosition(headX, headY)).Image = Properties.Resources.SnakeyBody;
|
||||
if (!extending)
|
||||
{
|
||||
((PictureBox)tableLayoutPanel1.GetControlFromPosition(tailX, tailY)).Image = Properties.Resources.SnakeyBG;
|
||||
tail.Image = Properties.Resources.SnakeyBG; //mikey its here
|
||||
tail.Refresh();
|
||||
snakepartlist[newHeadX, newHeadY] = snakelength;
|
||||
bool splassigned = false;
|
||||
for (int s = snakelength; s > 0; s--)
|
||||
|
|
|
@ -572,6 +572,7 @@
|
|||
<None Include="Resources\SnakeyHeadD.png" />
|
||||
<None Include="Resources\SnakeyHeadL.png" />
|
||||
<None Include="Resources\SnakeyHeadR.png" />
|
||||
<None Include="Resources\SnakeyFruit.png" />
|
||||
<Content Include="SystemIcons\iconArtpad.png" />
|
||||
<Content Include="SystemIcons\iconAudioPlayer.png" />
|
||||
<Content Include="SystemIcons\iconBitnoteDigger.png" />
|
||||
|
|
Loading…
Reference in a new issue