From f22f1feb079e20d946159937f56a0a68c71dc603 Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Mon, 15 Jan 2024 11:21:01 +0000 Subject: [PATCH] Add background: GridMe --- README.md | 3 ++- resources/images/gridme.webp | Bin 0 -> 94 bytes src/Background.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 resources/images/gridme.webp diff --git a/README.md b/README.md index 978909a..c8af57b 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,8 @@ use SimonHamp\TheOg\BackgroundPlacement; ); ``` -It also supports custom background images from local or remote sources. Details below, under **Themes**. +It also supports custom background images from local or remote sources. +See the [Custom Background Images](#custom-background-images) section below. ### Borders diff --git a/resources/images/gridme.webp b/resources/images/gridme.webp new file mode 100644 index 0000000000000000000000000000000000000000..601c9644944981a9de0d23f463e9c5947b472e70 GIT binary patch literal 94 zcmWIYbaM-1U|3H#<<;_j!oK;VMJ1_$P%@`$! literal 0 HcmV?d00001 diff --git a/src/Background.php b/src/Background.php index 4c919b7..2c30b20 100644 --- a/src/Background.php +++ b/src/Background.php @@ -9,6 +9,7 @@ enum Background: string { case Bananas = 'bananas.webp'; case CloudyDay = 'cloudy-day.png'; + case GridMe = 'gridme.webp'; case JustWaves = 'just-waves.webp'; public function load(): BackgroundInterface