Update all toml files to the new transparent requirement

This commit is contained in:
Gwilym Kuiper 2022-10-08 16:59:40 +01:00
parent b2e15c8e7b
commit c5f6e10889
6 changed files with 8 additions and 21 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -1,7 +1,7 @@
version = "1.0"
transparent_colour = "2ce8f4"
[image.background]
filename = "tile_sheet.png"
tile_size = "8x8"
transparent_colour = "2ce8f4"

View file

@ -1,6 +1,7 @@
version = "1.0"
transparent_colour = "53269a"
[image.background]
filename = "background.png"
tile_size = "8x8"
transparent_colour = "53269a"

View file

@ -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"