mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 01:21:34 +11:00
Update all toml files to the new transparent requirement
This commit is contained in:
parent
b2e15c8e7b
commit
c5f6e10889
|
@ -2,8 +2,8 @@ version = "1.0"
|
||||||
|
|
||||||
# Only needed for within the agb crate
|
# Only needed for within the agb crate
|
||||||
crate_prefix = "crate"
|
crate_prefix = "crate"
|
||||||
|
transparent_colour = "010101"
|
||||||
|
|
||||||
[image.test_logo]
|
[image.test_logo]
|
||||||
filename = "test_logo.png"
|
filename = "test_logo.png"
|
||||||
transparent_colour = "010101"
|
|
||||||
tile_size = "8x8"
|
tile_size = "8x8"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
transparent_colour = "121105"
|
||||||
|
|
||||||
[image.stars]
|
[image.stars]
|
||||||
filename = "stars.png"
|
filename = "stars.png"
|
||||||
tile_size = "8x8"
|
tile_size = "8x8"
|
||||||
transparent_colour = "121105"
|
|
||||||
|
|
||||||
[image.title]
|
[image.title]
|
||||||
filename = "title-screen.png"
|
filename = "title-screen.png"
|
||||||
|
@ -12,14 +12,11 @@ tile_size = "8x8"
|
||||||
[image.help]
|
[image.help]
|
||||||
filename = "help-text.png"
|
filename = "help-text.png"
|
||||||
tile_size = "8x8"
|
tile_size = "8x8"
|
||||||
transparent_colour = "121105"
|
|
||||||
|
|
||||||
[image.descriptions1]
|
[image.descriptions1]
|
||||||
filename = "descriptions1.png"
|
filename = "descriptions1.png"
|
||||||
tile_size = "8x8"
|
tile_size = "8x8"
|
||||||
transparent_colour = "121105"
|
|
||||||
|
|
||||||
[image.descriptions2]
|
[image.descriptions2]
|
||||||
filename = "descriptions2.png"
|
filename = "descriptions2.png"
|
||||||
tile_size = "8x8"
|
tile_size = "8x8"
|
||||||
transparent_colour = "121105"
|
|
|
@ -1,11 +1,11 @@
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
|
transparent_colour = "2ce8f4"
|
||||||
|
|
||||||
[image.thanks_for_playing]
|
[image.thanks_for_playing]
|
||||||
filename = "thanks_for_playing.png"
|
filename = "thanks_for_playing.png"
|
||||||
tile_size = "8x8"
|
tile_size = "8x8"
|
||||||
transparent_colour = "2ce8f4"
|
|
||||||
|
|
||||||
[image.splash]
|
[image.splash]
|
||||||
filename = "splash.png"
|
filename = "splash.png"
|
||||||
tile_size = "8x8"
|
tile_size = "8x8"
|
||||||
transparent_colour = "2ce8f4"
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
|
transparent_colour = "2ce8f4"
|
||||||
|
|
||||||
[image.background]
|
[image.background]
|
||||||
filename = "tile_sheet.png"
|
filename = "tile_sheet.png"
|
||||||
tile_size = "8x8"
|
tile_size = "8x8"
|
||||||
transparent_colour = "2ce8f4"
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
|
transparent_colour = "53269a"
|
||||||
|
|
||||||
[image.background]
|
[image.background]
|
||||||
filename = "background.png"
|
filename = "background.png"
|
||||||
tile_size = "8x8"
|
tile_size = "8x8"
|
||||||
transparent_colour = "53269a"
|
|
||||||
|
|
|
@ -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"
|
|
Loading…
Reference in a new issue