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:
parent
09c087177c
commit
6ef8e2df5a
3 changed files with 10 additions and 1 deletions
|
@ -50,4 +50,7 @@ private:
|
|||
Coordinate m_fruit;
|
||||
|
||||
int m_length { 0 };
|
||||
unsigned m_score { 0 };
|
||||
|
||||
RetainPtr<GraphicsBitmap> m_fruit_bitmap;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue