mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
xmas2018: add some more graphics
This commit is contained in:
parent
cb55c07074
commit
6add4f6a54
@ -7,10 +7,11 @@ PNG_TO_RLE = ../gr-utils/png2rle
|
||||
|
||||
all: xmas2018.dsk
|
||||
|
||||
xmas2018.dsk: HELLO XMAS2018 wreath.img
|
||||
xmas2018.dsk: HELLO XMAS2018 wreath.img ball.img
|
||||
$(DOS33) -y xmas2018.dsk SAVE A HELLO
|
||||
$(DOS33) -y xmas2018.dsk BSAVE -a 0x4000 XMAS2018
|
||||
$(DOS33) -y xmas2018.dsk BSAVE -a 0x2000 wreath.img WREATH.IMG
|
||||
$(DOS33) -y xmas2018.dsk BSAVE -a 0x2000 ball.img BALL.IMG
|
||||
|
||||
####
|
||||
|
||||
@ -52,6 +53,17 @@ wreath.img: WREATHC.BIN
|
||||
WREATHC.BIN: wreath.bmp
|
||||
$(B2D) wreath.bmp HGR -d
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.lst XMAS2018 wreath.img WREATHC.BIN
|
||||
#
|
||||
|
||||
ball.img.lz4: ball.img
|
||||
lz4 -f -16 ball.img
|
||||
|
||||
ball.img: BALLC.BIN
|
||||
cp BALLC.BIN ball.img
|
||||
|
||||
BALLC.BIN: ball.bmp
|
||||
$(B2D) ball.bmp HGR -d
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.lst XMAS2018 wreath.img ball.img BALLC.BIN WREATHC.BIN
|
||||
|
||||
|
BIN
xmas_2018/ball.bmp
Normal file
BIN
xmas_2018/ball.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
BIN
xmas_2018/ball_text.bmp
Normal file
BIN
xmas_2018/ball_text.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
BIN
xmas_2018/merry_christmas.png
Normal file
BIN
xmas_2018/merry_christmas.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -1,3 +1,5 @@
|
||||
4:3. To get close to right
|
||||
|
||||
flame locations:
|
||||
cutoff at line 40
|
||||
|
||||
@ -15,3 +17,7 @@ Advent wreath picture:
|
||||
Creative Commons Attribution-Share Alike 3.0 Unported
|
||||
Kittelendan
|
||||
|
||||
Merry Christmas picture:
|
||||
https://www.freevector.com/merry-christmas-text
|
||||
Creative Commons Attribution 4.0 license.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user