summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorMim Hufford <mim@hotmail.co.uk>2021-06-02 12:18:57 +0100
committerLinus Groh <mail@linusgroh.de>2021-06-20 10:54:27 +0100
commit28e08f08c2a661ac50b58bd9af84678c8cc1894b (patch)
tree730542fb1f2c4baf128d02865d92ffd4bab20dd1 /Base
parentf50003bdd265a8bfc9b7cba76837d627af23ca47 (diff)
downloadserenity-28e08f08c2a661ac50b58bd9af84678c8cc1894b.zip
FlappyBug: Add new graphics and tweak colors
This adds some actual graphics to the game, and tweaks the obstacle and sky colors. Eventually there will be graphics for those elements too.
Diffstat (limited to 'Base')
-rw-r--r--Base/res/icons/16x16/app-flappybug.pngbin182 -> 195 bytes
-rw-r--r--Base/res/icons/32x32/app-flappybug.pngbin241 -> 279 bytes
-rw-r--r--Base/res/icons/flappybug/falling.pngbin0 -> 247 bytes
-rw-r--r--Base/res/icons/flappybug/flapping.pngbin0 -> 279 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/app-flappybug.png b/Base/res/icons/16x16/app-flappybug.png
index ebb81a51f0..cb79000fe6 100644
--- a/Base/res/icons/16x16/app-flappybug.png
+++ b/Base/res/icons/16x16/app-flappybug.png
Binary files differ
diff --git a/Base/res/icons/32x32/app-flappybug.png b/Base/res/icons/32x32/app-flappybug.png
index dae5073be6..13db9e46e9 100644
--- a/Base/res/icons/32x32/app-flappybug.png
+++ b/Base/res/icons/32x32/app-flappybug.png
Binary files differ
diff --git a/Base/res/icons/flappybug/falling.png b/Base/res/icons/flappybug/falling.png
new file mode 100644
index 0000000000..df97fed13f
--- /dev/null
+++ b/Base/res/icons/flappybug/falling.png
Binary files differ
diff --git a/Base/res/icons/flappybug/flapping.png b/Base/res/icons/flappybug/flapping.png
new file mode 100644
index 0000000000..13db9e46e9
--- /dev/null
+++ b/Base/res/icons/flappybug/flapping.png
Binary files differ