mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 22:07:49 +00:00
Implement --background-color (#1508)
Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com>
This commit is contained in:
3
test/gfx/bg_fuse.err
Normal file
3
test/gfx/bg_fuse.err
Normal file
@@ -0,0 +1,3 @@
|
||||
warning: Fusing colors #a9b9c9ff and #aabbccff into Game Boy color $66f5 [first seen at x: 1, y: 1]
|
||||
FATAL: Tile (0, 0) contains the background color (#aabbccff)!
|
||||
Conversion aborted after 1 error
|
||||
1
test/gfx/bg_fuse.flags
Normal file
1
test/gfx/bg_fuse.flags
Normal file
@@ -0,0 +1 @@
|
||||
-B #aBc
|
||||
BIN
test/gfx/bg_fuse.png
Normal file
BIN
test/gfx/bg_fuse.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 177 B |
2
test/gfx/bg_in_tile.err
Normal file
2
test/gfx/bg_in_tile.err
Normal file
@@ -0,0 +1,2 @@
|
||||
FATAL: Tile (16, 0) contains the background color (#ffd800ff)!
|
||||
Conversion aborted after 1 error
|
||||
1
test/gfx/bg_in_tile.flags
Normal file
1
test/gfx/bg_in_tile.flags
Normal file
@@ -0,0 +1 @@
|
||||
-B #ffd800
|
||||
BIN
test/gfx/bg_in_tile.png
Normal file
BIN
test/gfx/bg_in_tile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 181 B |
1
test/gfx/bg_oval.flags
Normal file
1
test/gfx/bg_oval.flags
Normal file
@@ -0,0 +1 @@
|
||||
-B #FF00ff
|
||||
BIN
test/gfx/bg_oval.out.2bpp
Normal file
BIN
test/gfx/bg_oval.out.2bpp
Normal file
Binary file not shown.
BIN
test/gfx/bg_oval.out.attrmap
Normal file
BIN
test/gfx/bg_oval.out.attrmap
Normal file
Binary file not shown.
BIN
test/gfx/bg_oval.out.pal
Normal file
BIN
test/gfx/bg_oval.out.pal
Normal file
Binary file not shown.
BIN
test/gfx/bg_oval.out.tilemap
Normal file
BIN
test/gfx/bg_oval.out.tilemap
Normal file
Binary file not shown.
BIN
test/gfx/bg_oval.png
Normal file
BIN
test/gfx/bg_oval.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 334 B |
4
test/gfx/input_tileset_with_bg.flags
Normal file
4
test/gfx/input_tileset_with_bg.flags
Normal file
@@ -0,0 +1,4 @@
|
||||
-B #fff
|
||||
-i input_tileset_with_bg.in.2bpp
|
||||
-c gbc:input_tileset_with_bg.in.pal
|
||||
-u
|
||||
BIN
test/gfx/input_tileset_with_bg.in.2bpp
Normal file
BIN
test/gfx/input_tileset_with_bg.in.2bpp
Normal file
Binary file not shown.
BIN
test/gfx/input_tileset_with_bg.in.pal
Normal file
BIN
test/gfx/input_tileset_with_bg.in.pal
Normal file
Binary file not shown.
BIN
test/gfx/input_tileset_with_bg.out.2bpp
Normal file
BIN
test/gfx/input_tileset_with_bg.out.2bpp
Normal file
Binary file not shown.
BIN
test/gfx/input_tileset_with_bg.out.attrmap
Normal file
BIN
test/gfx/input_tileset_with_bg.out.attrmap
Normal file
Binary file not shown.
BIN
test/gfx/input_tileset_with_bg.out.tilemap
Normal file
BIN
test/gfx/input_tileset_with_bg.out.tilemap
Normal file
Binary file not shown.
BIN
test/gfx/input_tileset_with_bg.png
Normal file
BIN
test/gfx/input_tileset_with_bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 255 B |
2
test/gfx/trans_bg_in_tile.err
Normal file
2
test/gfx/trans_bg_in_tile.err
Normal file
@@ -0,0 +1,2 @@
|
||||
FATAL: Tile (16, 0) contains the background color (#00000000)!
|
||||
Conversion aborted after 1 error
|
||||
1
test/gfx/trans_bg_in_tile.flags
Normal file
1
test/gfx/trans_bg_in_tile.flags
Normal file
@@ -0,0 +1 @@
|
||||
-B transparent
|
||||
BIN
test/gfx/trans_bg_in_tile.png
Normal file
BIN
test/gfx/trans_bg_in_tile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 179 B |
Reference in New Issue
Block a user