Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey! Love this UI and I am using it as base for my game, but I run against a proble I can't seem to fix. I have changed the textbox to something with a white, more neutral, background, so I don't need the outline of the dialogue text, however I can't seem to find a way to disable it anywhere. :(

(+1)

Hello! I can't double check my code right now but if you look at the code for the textbox in gui.rpy there should be something like text_outlines or something of the sort. Just remove that.

(+1)

Thanks! Managed to fix it, indeed. For reference, the line was in the "Say screen" section of screens.rpy and read like: 

outlines([(5, "#000000", 0, 0)])

Glad it got fixed!