diff options
Diffstat (limited to 'assets_src')
| -rw-r--r-- | assets_src/Daniel Midgley.txt | 21 | ||||
| -rw-r--r-- | assets_src/floor.imagemagick | 10 | ||||
| -rw-r--r-- | assets_src/player.imagemagick | 18 | ||||
| -rw-r--r-- | assets_src/qrcode_placeholder.imagemagick | 7 | ||||
| -rw-r--r-- | assets_src/wall.imagemagick | 13 |
5 files changed, 69 insertions, 0 deletions
diff --git a/assets_src/Daniel Midgley.txt b/assets_src/Daniel Midgley.txt new file mode 100644 index 0000000..108d0ac --- /dev/null +++ b/assets_src/Daniel Midgley.txt @@ -0,0 +1,21 @@ +Thanks for downloading the Daniel font! + +It’s free for you to use for any purpose, commercial or not. + +You can share this font with anyone, as long as this notice is included. + +Please do not distribute modified copies. + +Visit the Page of Fontery + +http://goodreasonblog.blogspot.com/p/fontery.html + +Here’s where you can +- download more of my fonts +- send me an email +- report problems or suggestions +- express your gratitude in the form of donations to keep the fonts coming. + +Be sure to let me know if you use one of my fonts in an interesting, creative, or beautiful way. I may feature your work on the blog. + +This font may not be appropriate for your purposes. It comes with no guarantees of any kind. While I’ve tested this font, and it seems to work well, I accept no responsibility for any unintended consequences of its use.
\ No newline at end of file diff --git a/assets_src/floor.imagemagick b/assets_src/floor.imagemagick new file mode 100644 index 0000000..1295088 --- /dev/null +++ b/assets_src/floor.imagemagick @@ -0,0 +1,10 @@ +#!/usr/bin/env magick-script + +-size 512x512 pattern:checkerboard +-depth 8 +-colorspace HSL +-level 40%,60% +-blur 0x0.5 +-bordercolor rgb(58,58,58) +-border 8 +-write png:- diff --git a/assets_src/player.imagemagick b/assets_src/player.imagemagick new file mode 100644 index 0000000..e763a70 --- /dev/null +++ b/assets_src/player.imagemagick @@ -0,0 +1,18 @@ +#!/usr/bin/env magick-script + +-size 512x512 xc:transparent +-depth 8 +-fill rgb(60,60,60) +-draw "circle 256,256 256,180" +-fill rgb(80,80,80) +-draw "roundrectangle 200,180 240,220 10,10" +-draw "roundrectangle 200,292 240,332 10,10" +-fill rgb(50,50,50) +-draw "rectangle 256,240 340,272" +-draw "rectangle 320,250 350,262" +-fill rgb(40,40,40) +-draw "circle 256,256 256,200" +-blur 0x0.3 +-bordercolor rgb(58,58,58) +-border 8 +-write png:- diff --git a/assets_src/qrcode_placeholder.imagemagick b/assets_src/qrcode_placeholder.imagemagick new file mode 100644 index 0000000..e891876 --- /dev/null +++ b/assets_src/qrcode_placeholder.imagemagick @@ -0,0 +1,7 @@ +#!/usr/bin/env magick-script + +-size 256x256 xc:transparent +-depth 8 +-fill rgb(60,60,60) +-draw "rectangle 0,0,256,256" +-write png:- diff --git a/assets_src/wall.imagemagick b/assets_src/wall.imagemagick new file mode 100644 index 0000000..392cc98 --- /dev/null +++ b/assets_src/wall.imagemagick @@ -0,0 +1,13 @@ +#!/usr/bin/env magick-script + +-size 512x512 xc:rgb(70,70,70) +-depth 8 +( + -size 512x80 xc:rgb(50,50,50) + -geometry +0+400 +) +-composite +-blur 0x0.5 +-bordercolor rgb(58,58,58) +-border 8 +-write png:- |
