1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +00:00

Snake: Use emoji for in-game food graphics

This commit is contained in:
Xexxa 2022-10-19 23:25:38 +02:00 committed by Andreas Kling
parent 8f964604f0
commit d87e2287dc
6 changed files with 14 additions and 7 deletions

View file

@ -70,5 +70,5 @@ private:
String m_high_score_text;
bool m_is_new_high_score { false };
NonnullRefPtrVector<Gfx::Bitmap> m_fruit_bitmaps;
NonnullRefPtrVector<Gfx::Bitmap> m_food_bitmaps;
};