In select character screen . New select square for boss , sub boss? #3223
Answered
by
rakieldev
baohiemmanu2223-glitch
asked this question in
Feature Request
Answered by
rakieldev
Feb 11, 2026
Replies: 2 comments
|
sorry about my language, i mean custom cursor of sub boss and boss is difference normal cursor |
0 replies
|
It’s possible to edit and apply transformations to cells separately, check system.base.def. That said, I don’t really see why the boss and sub-boss would need to use different group and number. They can use the standard number and switch to a default portrait during the fight, with remapSprite. But if you really want it the way you described, that’s something better handled by a module, since it’s pretty specific. |
0 replies
Answer selected by
K4thos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


It’s possible to edit and apply transformations to cells separately, check system.base.def.
That said, I don’t really see why the boss and sub-boss would need to use different group and number. They can use the standard number and switch to a default portrait during the fight, with remapSprite. But if you really want it the way you described, that’s something better handled by a module, since it’s pretty specific.