Shared binary assets

This commit is contained in:
alpine9000 2016-02-28 15:04:15 +11:00
parent 6754850a99
commit fcf1b23a14
7 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,6 @@ MODULE=image.s
include ../base.mk
$(EXTRA): images/hello.png ../tools/bitplanify.py
../tools/bitplanify.py images/hello.png --copper $(EXTRA)
$(EXTRA): ../assets/hello.png ../tools/bitplanify.py
../tools/bitplanify.py ../assets/hello.png --copper $(EXTRA)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -5,6 +5,6 @@ MODULE=music.s
include ../base.mk
$(EXTRA): images/hello.png ../tools/bitplanify.py
../tools/bitplanify.py images/hello.png --copper $(EXTRA)
$(EXTRA): ../assets/hello.png ../tools/bitplanify.py
../tools/bitplanify.py ../assets/hello.png --copper $(EXTRA)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -81,7 +81,7 @@ Playrtn:
include "P6112-Play.i"
Module1:
incbin "P61.sowhat-intro" ;usecode $9410
incbin "../assets/P61.sowhat-intro" ;usecode $9410
bitplanes:
incbin "out/image-data.bin"

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB