mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
riven_hgr: some more graphics
This commit is contained in:
parent
103e8dcfcd
commit
652fbce9b9
29
games/riven_hgr/graphics_projector/Makefile
Normal file
29
games/riven_hgr/graphics_projector/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
include ../../../Makefile.inc
|
||||
|
||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
||||
PNG_TO_HGR = ../../../utils/hgr-utils/png2hgr
|
||||
|
||||
all: projector_graphics.inc
|
||||
|
||||
projector_graphics.inc: \
|
||||
doorway_n.hgr.zx02 doorway_s.hgr.zx02 \
|
||||
projector_n.hgr.zx02 projector_s.hgr.zx02
|
||||
echo "projector_n_zx02: .incbin \"projector_n.hgr.zx02\"" > projector_graphics.inc
|
||||
echo "projector_s_zx02: .incbin \"projector_s.hgr.zx02\"" >> projector_graphics.inc
|
||||
echo "doorway_n_zx02: .incbin \"doorway_n.hgr.zx02\"" >> projector_graphics.inc
|
||||
echo "doorway_s_zx02: .incbin \"doorway_s.hgr.zx02\"" >> projector_graphics.inc
|
||||
|
||||
|
||||
####
|
||||
|
||||
%.hgr: %.png
|
||||
$(PNG_TO_HGR) $< > $@
|
||||
|
||||
%.hgr.zx02: %.hgr
|
||||
$(ZX02) -f $< $@
|
||||
|
||||
####
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.lst *.zx02 *.hgr projector_graphics.inc
|
||||
|
BIN
games/riven_hgr/graphics_projector/doorway_n.png
Normal file
BIN
games/riven_hgr/graphics_projector/doorway_n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
games/riven_hgr/graphics_projector/doorway_s.png
Normal file
BIN
games/riven_hgr/graphics_projector/doorway_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
games/riven_hgr/graphics_projector/projector_n.png
Normal file
BIN
games/riven_hgr/graphics_projector/projector_n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
games/riven_hgr/graphics_projector/projector_s.png
Normal file
BIN
games/riven_hgr/graphics_projector/projector_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 950 B After Width: | Height: | Size: 1015 B |
Loading…
Reference in New Issue
Block a user