Re-add the original startanim graphic for future reference

This commit is contained in:
2024-11-18 08:29:42 -06:00
parent 94b354fee5
commit 9351d74f97
6 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -12,6 +12,6 @@ height=$((actual_line_size * line_count))
magick -size 280x$height xc:transparent \
-stroke black -pointsize $font_size -interline-spacing $spacing \
-font 'pkg/credits/font-8.bdf' -annotate +7+$first_line_offset "$text" \
pkg/credits/startanim2.png
pkg/credits/startanim-pt-2.png
magick convert -append pkg/credits/startanim*.png rsrc/graphics/startanim.png
magick convert -append pkg/credits/startanim-pt-*.png rsrc/graphics/startanim.png