Skip to content

Question regarding background priority #284

Locked Answered by corwinkuiper
Zstorm999 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! I checked out your repo.

The issue here comes down to not specifying a transparent colour in your background toml file. You can specify a colour that you don't use, for instance. So your toml file would read:

version = "1.0"

[image.grass]
filename = "tile_sheet.png"
tile_size = "8x8"
transparent_colour = "FF00FF"

The reason for this is that agb by default will choose a transparent colour for you, which in this case was your dominant green colour. For this reason when rendering bg2 every tile was transparent and nothing from that background was rendered. By specifying a transparent colour that you don't use, there will be no transparent colour and every tile will be rendered as you ex…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Zstorm999
Comment options

@gwilymk
Comment options

Answer selected by corwinkuiper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants