Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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