Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
HBGames
Hey, so I don't know how I've possibly forgotten this... but how would I draw an actor battler graphic inside a window? I'm just jazzing up the main menu a little and decided to change the graphic from the sprite to the battler... the line for the sprite is;
Code:
draw_actor_graphic(actor, x - 40, y + 80)
But yeah, not sure how I'd go about changing this to the battler, I've just completely forgotten lol.
Okay new request now if anyone would like to attempt this...
So for two seperate windows I'm having the battler show, however, I'd like to know if it's possible to resize the battler image, for example, in one window it could be shrunk down to 75% the normal size, whereas on another it could be blown up to 200% the normal size. I know there's a script that exists to do this with the character sprite, which allows you to shrink/grow your character on the map, but how would I go about doing it with a battler image?