summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcoles <bcoles@gmail.com>2020-11-10 02:21:05 +1100
committerGitHub <noreply@github.com>2020-11-09 16:21:05 +0100
commit74d9616bec0e1a703550579c36f7319455a5e676 (patch)
treecbcdf515f2443072aadb3d0433b7c0f61a0c4ef7
parent0bf927a824bf54b660089990cbb3a56763bb4634 (diff)
downloadserenity-74d9616bec0e1a703550579c36f7319455a5e676.zip
Base: Add Breakout game to system menu (#4006)
-rw-r--r--Base/res/apps/Breakout.af8
-rw-r--r--Base/res/icons/16x16/app-breakout.pngbin0 -> 1166 bytes
-rw-r--r--Base/res/icons/32x32/app-breakout.pngbin0 -> 4254 bytes
3 files changed, 8 insertions, 0 deletions
diff --git a/Base/res/apps/Breakout.af b/Base/res/apps/Breakout.af
new file mode 100644
index 0000000000..7af84519ff
--- /dev/null
+++ b/Base/res/apps/Breakout.af
@@ -0,0 +1,8 @@
+[App]
+Name=Breakout
+Executable=/bin/Breakout
+Category=Games
+
+[Icons]
+16x16=/res/icons/16x16/app-breakout.png
+32x32=/res/icons/32x32/app-breakout.png
diff --git a/Base/res/icons/16x16/app-breakout.png b/Base/res/icons/16x16/app-breakout.png
new file mode 100644
index 0000000000..9fdf8d17d7
--- /dev/null
+++ b/Base/res/icons/16x16/app-breakout.png
Binary files differ
diff --git a/Base/res/icons/32x32/app-breakout.png b/Base/res/icons/32x32/app-breakout.png
new file mode 100644
index 0000000000..8f3f6bcbab
--- /dev/null
+++ b/Base/res/icons/32x32/app-breakout.png
Binary files differ