From d87e2287dc09d11c64bffacb0460020d7b217898 Mon Sep 17 00:00:00 2001 From: Xexxa <93391300+Xexxa@users.noreply.github.com> Date: Wed, 19 Oct 2022 23:25:38 +0200 Subject: [PATCH] Snake: Use emoji for in-game food graphics --- Base/res/icons/snake/cauliflower.png | Bin 282 -> 0 bytes Base/res/icons/snake/eggplant.png | Bin 313 -> 0 bytes Base/res/icons/snake/paprika.png | Bin 168 -> 0 bytes Base/res/icons/snake/tomato.png | Bin 235 -> 0 bytes Userland/Games/Snake/SnakeGame.cpp | 19 +++++++++++++------ Userland/Games/Snake/SnakeGame.h | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 Base/res/icons/snake/cauliflower.png delete mode 100644 Base/res/icons/snake/eggplant.png delete mode 100644 Base/res/icons/snake/paprika.png delete mode 100644 Base/res/icons/snake/tomato.png diff --git a/Base/res/icons/snake/cauliflower.png b/Base/res/icons/snake/cauliflower.png deleted file mode 100644 index 6bcda88e51ffa2f2f17aff3b2dce7821c4ed6fd2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 282 zcmV+#0pIVR@e_UCa6js+2RH2~?{R8BO`!Et!XdGWRr<)CzGDg@W{3n{i zHY!15K7|0Vu${0;9Dr@A(4+1nfU({4jOBa9g4(EbK;JR;|3H(r8l#S?5ZrS3x;g9I gHx<4On=*THA74yxUj6~K(EtDd07*qoM6N<$f@A1*&j0`b diff --git a/Base/res/icons/snake/eggplant.png b/Base/res/icons/snake/eggplant.png deleted file mode 100644 index e017e2d2a444a0ec6f431470d751fc5d226f585f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 313 zcmV-90mlA`P)pBAXcz73G0SZ7m6_u0IWa+?> zW~)|^{JhNsz(9`xxOusw--}D24jbG*Kb{r(y$cRU-R?ngn2k5VX@{e3lp-sa*aT-x zlZ9&qZ1-~!g8cYV50QSt=BiQW@jXDR O89ZJ6T-G@yGywp?<2pJ3 diff --git a/Base/res/icons/snake/tomato.png b/Base/res/icons/snake/tomato.png deleted file mode 100644 index f341ed1cb45e51cb1e516c04f4d5477e607f0ef1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`n><|{Lo7}wCoB*!5DHS*>H5mP z=kJ~8lFE+E|EvxFxQkELnv^6^v--#ZASlrN$I&GxR?;hu~*K&dki*eD>k_o(f}OorMXTPfD$t bsl~t`m|?El`eI)k(De+Su6{1-oD!M m_fruit_bitmaps; + NonnullRefPtrVector m_food_bitmaps; };