Skip to main content

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

Thanks again for free stuff like this. Question though: Is there a way to offset y position? And how do I change the font size of the text?

Hi, you should be able to use text codes to change font size.

You can alter the Spacing parameter to change the y space between each window, which can function kind of like an offset. It is not easy to make a y offset per window because the plugin shows up to 3 windows at once, and if one was offset it would overlap the others.

I realized what I need is to just offset the y position of the toast window layer by setting SceneManager._scene._cgmz_toastLayer.y to a negative value before the plugin command. So that the three toast will still work as intended. Is this alright? Thanks again.

Hi, yes you could do that