Another question regarding resolutions. In order to limit the field of view in my game, I dropped the resolution down to 960*540. However, this causes some issues with battles where the PC's are almost off the screen which doesnt work with most battlebacks (See picture below). I've dug around in the core engine and battle core but can't see anything for this.
View attachment 162060
Is there a way to fix this other than using a higher resolution?
View attachment 162060
Is there a way to fix this other than using a higher resolution?
Go into VisuStella_BattleCore then the section titled 'Actor Battler Settings' then 'Offset: X' and 'Offset: Y' will deal with positioning. I've always hated how the battlers are not lined up perfectly vertical so if you want to fine tune it further then visit the 'JS: Home Position' and mess with the 'x += index *' and the 'y += index *' sections to further fine tune it.