mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
dist: Add icon version of FreeDM logo.
Rework CaptainW's FreeDM logo so that the "Free" and "DM" portions are arranged vertically rather than horizontally. Update the dist/ directory to generate the installed FreeDM icon by scaling down this image.
This commit is contained in:
parent
90fd6b1686
commit
f1c35d17e3
2 changed files with 2 additions and 3 deletions
5
dist/Makefile
vendored
5
dist/Makefile
vendored
|
@ -3,9 +3,8 @@ man-%: freedoom.adoc
|
|||
a2x -f manpage $*.adoc
|
||||
|
||||
icon-freedm:
|
||||
convert -trim +repage -extent 32x32 -gravity center \
|
||||
-transparent \#00ffff -background \#00ffff \
|
||||
../graphics/stfkill3.gif freedm.png
|
||||
convert -resize 64x64 ../graphics/captainw/freedm_title2.png \
|
||||
freedm.png
|
||||
|
||||
icon-freedoom1:
|
||||
convert -trim +repage -extent 48x48 -gravity center \
|
||||
|
|
BIN
graphics/captainw/freedm_title2.png
Normal file
BIN
graphics/captainw/freedm_title2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
Loading…
Add table
Add a link
Reference in a new issue