From 872834320a7e1320f5fa23ce58ec9907f487b041 Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Sun, 9 Aug 2020 02:40:41 +0430 Subject: Games: Add a 2048 game --- Base/res/apps/2048.af | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Base/res/apps/2048.af (limited to 'Base/res/apps/2048.af') diff --git a/Base/res/apps/2048.af b/Base/res/apps/2048.af new file mode 100644 index 0000000000..e8ea8ed053 --- /dev/null +++ b/Base/res/apps/2048.af @@ -0,0 +1,8 @@ +[App] +Name=2048 +Executable=/bin/2048 +Category=Games + +[Icons] +16x16=/res/icons/16x16/app-2048.png +32x32=/res/icons/32x32/app-2048.png -- cgit v1.2.3