diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2020-08-24 06:03:30 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-27 15:38:02 +0200 |
commit | 61ba39dfa079c1035f811c8bc74a8c0cbbac939b (patch) | |
tree | fc0f3d17b700db1b60cbdee6e70952e80a6e7077 /Base | |
parent | 4463fed3988c6b57a6eecea876105e98cdc02376 (diff) | |
download | serenity-61ba39dfa079c1035f811c8bc74a8c0cbbac939b.zip |
Base: Create /res/graphics/ and relocate system art assets
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/graphics/brand-banner.png (renamed from Base/res/brand-banner.png) | bin | 49918 -> 49918 bytes | |||
-rw-r--r-- | Base/res/graphics/buggie.png (renamed from Base/res/icons/buggie.png) | bin | 10480 -> 10480 bytes | |||
-rw-r--r-- | Base/res/graphics/download-animation.gif (renamed from Base/res/download-animation.gif) | bin | 4542 -> 4542 bytes | |||
-rw-r--r-- | Base/res/graphics/monitor.png (renamed from Base/res/monitor.png) | bin | 1282 -> 1282 bytes | |||
-rw-r--r-- | Base/res/html/misc/img-canvas.html | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/brand-banner.png b/Base/res/graphics/brand-banner.png Binary files differindex 872cf0eee5..872cf0eee5 100644 --- a/Base/res/brand-banner.png +++ b/Base/res/graphics/brand-banner.png diff --git a/Base/res/icons/buggie.png b/Base/res/graphics/buggie.png Binary files differindex 42d63fbda7..42d63fbda7 100644 --- a/Base/res/icons/buggie.png +++ b/Base/res/graphics/buggie.png diff --git a/Base/res/download-animation.gif b/Base/res/graphics/download-animation.gif Binary files differindex f5e55e40f5..f5e55e40f5 100644 --- a/Base/res/download-animation.gif +++ b/Base/res/graphics/download-animation.gif diff --git a/Base/res/monitor.png b/Base/res/graphics/monitor.png Binary files differindex f9cf1cef68..f9cf1cef68 100644 --- a/Base/res/monitor.png +++ b/Base/res/graphics/monitor.png diff --git a/Base/res/html/misc/img-canvas.html b/Base/res/html/misc/img-canvas.html index a21add25ac..1d078129f3 100644 --- a/Base/res/html/misc/img-canvas.html +++ b/Base/res/html/misc/img-canvas.html @@ -23,6 +23,6 @@ </head> <body> <canvas width=400 height=400></canvas> - <img src="../../../res/icons/buggie.png"> + <img src="../../../res/graphics/buggie.png"> </body> </html> |