mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-17 23:17:49 +00:00
Remove exclamation marks and periods from error messages (#1874)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
error: Image slice ((2, 2) to (130, 130)) is outside the image bounds (20x20)!
|
||||
error: Image slice ((2, 2) to (130, 130)) is outside the image bounds (20x20)
|
||||
note: Did you mean the slice "2,2:2,2"? (width and height are in tiles, not pixels!)
|
||||
Conversion aborted after 1 error
|
||||
|
||||
@@ -1,3 +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)!
|
||||
FATAL: Tile (0, 0) contains the background color (#aabbccff)
|
||||
Conversion aborted after 1 error
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
FATAL: Tile (16, 0) contains the background color (#ffd800ff)!
|
||||
FATAL: Tile (16, 0) contains the background color (#ffd800ff)
|
||||
Conversion aborted after 1 error
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
error: Tile at (0, 0) is not within the input tileset, and '-o' was not given!
|
||||
error: Tile at (0, 8) is not within the input tileset, and '-o' was not given!
|
||||
error: Tile at (8, 8) is not within the input tileset, and '-o' was not given!
|
||||
error: Tile at (0, 0) is not within the input tileset, and '-o' was not given
|
||||
error: Tile at (0, 8) is not within the input tileset, and '-o' was not given
|
||||
error: Tile at (8, 8) is not within the input tileset, and '-o' was not given
|
||||
Conversion aborted after 3 errors
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
error: Image slice ((2, 2) to (34, 18)) is outside the image bounds (20x20)!
|
||||
error: Image slice ((2, 2) to (34, 18)) is outside the image bounds (20x20)
|
||||
Conversion aborted after 1 error
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
error: Image slice ((2, 99) to (10, 107)) is outside the image bounds (20x20)!
|
||||
error: Image slice ((2, 99) to (10, 107)) is outside the image bounds (20x20)
|
||||
Conversion aborted after 1 error
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
FATAL: Tile (16, 0) contains the background color (#00000000)!
|
||||
FATAL: Tile (16, 0) contains the background color (#00000000)
|
||||
Conversion aborted after 1 error
|
||||
|
||||
Reference in New Issue
Block a user