From 6c1e842a7eca8a28a13138d82e1047a65a8b49a1 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sat, 2 May 2020 03:50:58 +0000 Subject: [PATCH] Cube: Add app-cube.png 16x16 icon --- Base/res/apps/Cube.af | 3 +++ Base/res/icons/16x16/app-cube.png | Bin 0 -> 394 bytes Demos/Cube/Cube.cpp | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Base/res/icons/16x16/app-cube.png diff --git a/Base/res/apps/Cube.af b/Base/res/apps/Cube.af index dce41fe1d2..ef964269fc 100644 --- a/Base/res/apps/Cube.af +++ b/Base/res/apps/Cube.af @@ -2,3 +2,6 @@ Name=Cube Executable=/bin/Cube Category=Demos + +[Icons] +16x16=/res/icons/16x16/app-cube.png diff --git a/Base/res/icons/16x16/app-cube.png b/Base/res/icons/16x16/app-cube.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcf2ec5a00ad9975496cb5a38db7efadcfe5a92 GIT binary patch literal 394 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7*pj^6T^Rm@;DWu&Co?cG za29w(7BevDDT6R$#Zvn+1_lQ95>H=O_9v`NOx6O7ne+cLFfd4#xJHyX=jZ08=9Mrw z7o{eaq^2m8XO?6rxO@5rgg5euGcYiG@^oOGoKc?sZW+r!gUl4M+5Fp^#EpSn)VtYMrd(rc`%k*VB>dqJ6pIctC*JzfDpdshow(); - window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-demo.png")); + window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-cube.png")); return app.exec(); }