1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:17:46 +00:00

Snake: Use a vegetable icon for the fruit.

This commit is contained in:
Andreas Kling 2019-04-20 04:00:32 +02:00
parent 09c087177c
commit 6ef8e2df5a
3 changed files with 10 additions and 1 deletions

View file

@ -50,4 +50,7 @@ private:
Coordinate m_fruit;
int m_length { 0 };
unsigned m_score { 0 };
RetainPtr<GraphicsBitmap> m_fruit_bitmap;
};