bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/website/extra-server.git/commit/?id=c41502f37496d060ec23807c8ede2f974aea67f2
commit c41502f37496d060ec23807c8ede2f974aea67f2 Author: Marcel Hollerbach <[email protected]> Date: Wed Feb 15 17:48:49 2017 +0100 backgrounds: added sky-tree --- .../extra/assets/backgrounds/preview/sky-tree.png | Bin 0 -> 450135 bytes public_html/extra/assets/backgrounds/sky-tree.edj | Bin 0 -> 96756 bytes public_html/extra/data.py | 7 ++++++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/public_html/extra/assets/backgrounds/preview/sky-tree.png b/public_html/extra/assets/backgrounds/preview/sky-tree.png new file mode 100644 index 0000000..396a651 Binary files /dev/null and b/public_html/extra/assets/backgrounds/preview/sky-tree.png differ diff --git a/public_html/extra/assets/backgrounds/sky-tree.edj b/public_html/extra/assets/backgrounds/sky-tree.edj new file mode 100644 index 0000000..90aa36c Binary files /dev/null and b/public_html/extra/assets/backgrounds/sky-tree.edj differ diff --git a/public_html/extra/data.py b/public_html/extra/data.py index fe95502..4739159 100644 --- a/public_html/extra/data.py +++ b/public_html/extra/data.py @@ -41,6 +41,11 @@ BACKGROUNDS = { 'author': 'netstar', 'version': 1 }, - + 'sky-tree': { + 'background-id': 'sky-tree', + 'name': 'Sky with Enlightenment', + 'author': 'raster', + 'version': 1 + }, } --
