mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 11:23:57 +00:00
Shared binary assets
This commit is contained in:
@@ -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 |
+2
-2
@@ -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 |
+1
-1
@@ -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"
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user