diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-11 13:06:34 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-11 13:13:08 +0100 |
commit | 26f41c7ecbb01b752273103b3d73f29976682dd8 (patch) | |
tree | f594c33f31725cce202b175b2f5361d8810a4c61 /Base/res/apps/Snake.af | |
parent | 9f537d0b956878a8edfd171ba679994b1275813a (diff) | |
download | serenity-26f41c7ecbb01b752273103b3d73f29976682dd8.zip |
Base: Add .af files for Minesweeper, Snake and VisualBuilder
Diffstat (limited to 'Base/res/apps/Snake.af')
-rw-r--r-- | Base/res/apps/Snake.af | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Base/res/apps/Snake.af b/Base/res/apps/Snake.af new file mode 100644 index 0000000000..e6546d031c --- /dev/null +++ b/Base/res/apps/Snake.af @@ -0,0 +1,8 @@ +[App] +Name=Snake +Executable=/bin/Snake +Category=Games + +[Icons] +16x16=/res/icons/16x16/app-snake.png +32x32=/res/icons/32x32/app-snake.png |