diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2020-08-09 02:40:41 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-09 21:11:50 +0200 |
commit | 872834320a7e1320f5fa23ce58ec9907f487b041 (patch) | |
tree | 0c8da50f1935b8a28f6e6bc6d1cb2c25253b3b45 /Base/res/apps/2048.af | |
parent | 043d548b391147a00986de797a4a57ffb5e58673 (diff) | |
download | serenity-872834320a7e1320f5fa23ce58ec9907f487b041.zip |
Games: Add a 2048 game
Diffstat (limited to 'Base/res/apps/2048.af')
-rw-r--r-- | Base/res/apps/2048.af | 8 |
1 files changed, 8 insertions, 0 deletions
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 |