summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorthankyouverycool <66646555+thankyouverycool@users.noreply.github.com>2020-08-24 06:03:30 -0400
committerAndreas Kling <kling@serenityos.org>2020-08-27 15:38:02 +0200
commit61ba39dfa079c1035f811c8bc74a8c0cbbac939b (patch)
treefc0f3d17b700db1b60cbdee6e70952e80a6e7077 /Base
parent4463fed3988c6b57a6eecea876105e98cdc02376 (diff)
downloadserenity-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)bin49918 -> 49918 bytes
-rw-r--r--Base/res/graphics/buggie.png (renamed from Base/res/icons/buggie.png)bin10480 -> 10480 bytes
-rw-r--r--Base/res/graphics/download-animation.gif (renamed from Base/res/download-animation.gif)bin4542 -> 4542 bytes
-rw-r--r--Base/res/graphics/monitor.png (renamed from Base/res/monitor.png)bin1282 -> 1282 bytes
-rw-r--r--Base/res/html/misc/img-canvas.html2
5 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/brand-banner.png b/Base/res/graphics/brand-banner.png
index 872cf0eee5..872cf0eee5 100644
--- a/Base/res/brand-banner.png
+++ b/Base/res/graphics/brand-banner.png
Binary files differ
diff --git a/Base/res/icons/buggie.png b/Base/res/graphics/buggie.png
index 42d63fbda7..42d63fbda7 100644
--- a/Base/res/icons/buggie.png
+++ b/Base/res/graphics/buggie.png
Binary files differ
diff --git a/Base/res/download-animation.gif b/Base/res/graphics/download-animation.gif
index f5e55e40f5..f5e55e40f5 100644
--- a/Base/res/download-animation.gif
+++ b/Base/res/graphics/download-animation.gif
Binary files differ
diff --git a/Base/res/monitor.png b/Base/res/graphics/monitor.png
index f9cf1cef68..f9cf1cef68 100644
--- a/Base/res/monitor.png
+++ b/Base/res/graphics/monitor.png
Binary files differ
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>