mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 09:32:50 +00:00
fixed up border colors
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ out/tilemap-palette.s: assets/tilemap.png
|
||||
$(IMAGECON) --use-palette=assets/palette.pal --full-color-palette-file --input=assets/tilemap.png --output-palette-asm --output=out/tilemap --output-copperlist
|
||||
|
||||
out/panel.bin: assets/panel.png
|
||||
$(IMAGECON) --input $< $(IMAGECON_ARGS) --colors 16 --output-bitplanes --output-palette --full-color-palette-file --output-palette-asm --output-palette --output-png --output-copperlist --output out/panel
|
||||
$(IMAGECON) --input $< $(IMAGECON_ARGS) --colors 16 --output-bitplanes --output-palette --full-color-palette-file --output-palette-asm --output-palette --output-png --output-copperlist --output out/panel --use-palette=assets/panel.pal
|
||||
|
||||
|
||||
out/foreground-map.s: foreground.tmx
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
000 153 238 255
|
||||
255 255 204 255
|
||||
238 187 153 255
|
||||
051 136 136 255
|
||||
255 238 187 255
|
||||
068 187 170 255
|
||||
170 238 238 255
|
||||
255 221 000 255
|
||||
255 255 255 255
|
||||
255 136 000 255
|
||||
000 068 119 255
|
||||
085 221 204 255
|
||||
170 187 153 255
|
||||
+1
-1
@@ -340,7 +340,7 @@ panelCopperListBpl1Ptr:
|
||||
dc.w BPL1MOD,SCREEN_WIDTH_BYTES*4-SCREEN_WIDTH_BYTES
|
||||
dc.w BPL2MOD,SCREEN_WIDTH_BYTES*4-SCREEN_WIDTH_BYTES
|
||||
include "out/panel-copper-list.s"
|
||||
DC.W $5bd1,$fffe
|
||||
dc.W $5bd1,$fffe
|
||||
|
||||
|
||||
dc.w BPL1MOD,BITPLANE_WIDTH_BYTES*SCREEN_BIT_DEPTH-SCREEN_WIDTH_BYTES-2
|
||||
|
||||
Reference in New Issue
Block a user