- Joined
- Dec 1, 2019
- Messages
- 9
- Reaction score
- 5
- First Language
- PT-BR
- Primarily Uses
- RMMV
Hi everyone!
I'm using SRD_BattleStatusCustomizer in my game, and I wanted to ask if anyone know how can I write the code to align the Status Windows to the horizontal center of the screen? (with some spacing between them when more than 1 character is in the party)
I've got something working with the battler sprites (frontview) using Yanfly BattleEngineCore and the code in the "Frontview Position X" is "Graphics.boxWidth / 2 + 250 * ($gameParty.battleMembers().length / 2 - index - 0.5) * -1"
But I know close to nothing about programming so I don't know how to translate this into the other plugin config
Here are some mockups I've made to exemplify
I'm using SRD_BattleStatusCustomizer in my game, and I wanted to ask if anyone know how can I write the code to align the Status Windows to the horizontal center of the screen? (with some spacing between them when more than 1 character is in the party)
I've got something working with the battler sprites (frontview) using Yanfly BattleEngineCore and the code in the "Frontview Position X" is "Graphics.boxWidth / 2 + 250 * ($gameParty.battleMembers().length / 2 - index - 0.5) * -1"
But I know close to nothing about programming so I don't know how to translate this into the other plugin config
Here are some mockups I've made to exemplify

