diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-20 14:27:58 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-21 23:38:18 +0200 |
commit | c3efae85f2abef3e13cb035839689cf040435aac (patch) | |
tree | 35439a842376511be8a6936d316dc898b22b1bb6 /Base/res | |
parent | 3e47eec862ef9cdead4405e4b426417c497e3aa0 (diff) | |
download | serenity-c3efae85f2abef3e13cb035839689cf040435aac.zip |
Games: Add Hearts
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/apps/Hearts.af | 4 | ||||
-rw-r--r-- | Base/res/icons/16x16/app-hearts.png | bin | 0 -> 224 bytes | |||
-rw-r--r-- | Base/res/icons/32x32/app-hearts.png | bin | 0 -> 540 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/Base/res/apps/Hearts.af b/Base/res/apps/Hearts.af new file mode 100644 index 0000000000..49cd5d09d1 --- /dev/null +++ b/Base/res/apps/Hearts.af @@ -0,0 +1,4 @@ +[App] +Name=Hearts +Executable=/bin/Hearts +Category=Games diff --git a/Base/res/icons/16x16/app-hearts.png b/Base/res/icons/16x16/app-hearts.png Binary files differnew file mode 100644 index 0000000000..f2d24a43e2 --- /dev/null +++ b/Base/res/icons/16x16/app-hearts.png diff --git a/Base/res/icons/32x32/app-hearts.png b/Base/res/icons/32x32/app-hearts.png Binary files differnew file mode 100644 index 0000000000..8e37fd149d --- /dev/null +++ b/Base/res/icons/32x32/app-hearts.png |