diff --git a/agb/gfx/agb_logo.toml b/agb/gfx/agb_logo.toml index eb1f3304..9ef90025 100644 --- a/agb/gfx/agb_logo.toml +++ b/agb/gfx/agb_logo.toml @@ -2,8 +2,8 @@ version = "1.0" # Only needed for within the agb crate crate_prefix = "crate" +transparent_colour = "010101" [image.test_logo] filename = "test_logo.png" -transparent_colour = "010101" tile_size = "8x8" diff --git a/examples/hyperspace-roll/gfx/backgrounds.toml b/examples/hyperspace-roll/gfx/backgrounds.toml index 21ed1005..6fe2df1e 100644 --- a/examples/hyperspace-roll/gfx/backgrounds.toml +++ b/examples/hyperspace-roll/gfx/backgrounds.toml @@ -1,9 +1,9 @@ version = "1.0" +transparent_colour = "121105" [image.stars] filename = "stars.png" tile_size = "8x8" -transparent_colour = "121105" [image.title] filename = "title-screen.png" @@ -12,14 +12,11 @@ tile_size = "8x8" [image.help] filename = "help-text.png" tile_size = "8x8" -transparent_colour = "121105" [image.descriptions1] filename = "descriptions1.png" tile_size = "8x8" -transparent_colour = "121105" [image.descriptions2] filename = "descriptions2.png" tile_size = "8x8" -transparent_colour = "121105" \ No newline at end of file diff --git a/examples/the-hat-chooses-the-wizard/gfx/splash_screens.toml b/examples/the-hat-chooses-the-wizard/gfx/splash_screens.toml index 30156f38..fea8a855 100644 --- a/examples/the-hat-chooses-the-wizard/gfx/splash_screens.toml +++ b/examples/the-hat-chooses-the-wizard/gfx/splash_screens.toml @@ -1,11 +1,11 @@ version = "1.0" +transparent_colour = "2ce8f4" + [image.thanks_for_playing] filename = "thanks_for_playing.png" tile_size = "8x8" -transparent_colour = "2ce8f4" [image.splash] filename = "splash.png" tile_size = "8x8" -transparent_colour = "2ce8f4" diff --git a/examples/the-hat-chooses-the-wizard/gfx/tile_sheet.toml b/examples/the-hat-chooses-the-wizard/gfx/tile_sheet.toml index 373508d5..4ef16fc0 100644 --- a/examples/the-hat-chooses-the-wizard/gfx/tile_sheet.toml +++ b/examples/the-hat-chooses-the-wizard/gfx/tile_sheet.toml @@ -1,7 +1,7 @@ version = "1.0" +transparent_colour = "2ce8f4" + [image.background] filename = "tile_sheet.png" tile_size = "8x8" -transparent_colour = "2ce8f4" - diff --git a/examples/the-purple-night/gfx/background.toml b/examples/the-purple-night/gfx/background.toml index 0cb20336..c9a8ac22 100644 --- a/examples/the-purple-night/gfx/background.toml +++ b/examples/the-purple-night/gfx/background.toml @@ -1,6 +1,7 @@ version = "1.0" +transparent_colour = "53269a" + [image.background] filename = "background.png" tile_size = "8x8" -transparent_colour = "53269a" diff --git a/examples/the-purple-night/gfx/objects.toml b/examples/the-purple-night/gfx/objects.toml deleted file mode 100644 index 4f2626b5..00000000 --- a/examples/the-purple-night/gfx/objects.toml +++ /dev/null @@ -1,11 +0,0 @@ -version = "1.0" - -[image.objects] -filename = "objects.png" -tile_size = "16x16" -transparent_colour = "53269a" - -[image.boss] -filename = "boss.png" -tile_size = "32x32" -transparent_colour = "53269a"