netstar pushed a commit to branch master. http://git.enlightenment.org/website/extra-server.git/commit/?id=20151d1c54815e99f0df88bfd1b9c1564af20243
commit 20151d1c54815e99f0df88bfd1b9c1564af20243 Author: Alastair Poole <[email protected]> Date: Tue Apr 7 23:47:56 2020 +0100 backgrounds: Add Photo by C. Jones. River Dee Post flood, --- .../{brushed-metal-1.edj => brushed-metal-2.edj} | Bin .../extra/assets/backgrounds/highland-flood-1.edj | Bin 0 -> 8262874 bytes .../assets/backgrounds/preview/highland-flood.png | Bin 0 -> 3043158 bytes public_html/extra/data.py | 6 ++++++ 4 files changed, 6 insertions(+) diff --git a/public_html/extra/assets/backgrounds/brushed-metal-1.edj b/public_html/extra/assets/backgrounds/brushed-metal-2.edj similarity index 100% rename from public_html/extra/assets/backgrounds/brushed-metal-1.edj rename to public_html/extra/assets/backgrounds/brushed-metal-2.edj diff --git a/public_html/extra/assets/backgrounds/highland-flood-1.edj b/public_html/extra/assets/backgrounds/highland-flood-1.edj new file mode 100644 index 0000000..8bcb0da Binary files /dev/null and b/public_html/extra/assets/backgrounds/highland-flood-1.edj differ diff --git a/public_html/extra/assets/backgrounds/preview/highland-flood.png b/public_html/extra/assets/backgrounds/preview/highland-flood.png new file mode 100644 index 0000000..ae214e9 Binary files /dev/null and b/public_html/extra/assets/backgrounds/preview/highland-flood.png differ diff --git a/public_html/extra/data.py b/public_html/extra/data.py index cfc1235..f5751c2 100644 --- a/public_html/extra/data.py +++ b/public_html/extra/data.py @@ -65,6 +65,12 @@ BACKGROUNDS = { 'description': 'E 1995', 'version': 1 }, + 'highland-flood': { + 'background-id': 'highland-flood', + 'name': 'The River Dee', + 'author': 'Calvin Jones', + 'version': 1 + }, 'sky-tree': { 'background-id': 'sky-tree', 'name': 'Sky with Enlightenment', --
