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.
Hello guys, working on my first cms here, it's going well but i want to have the sprite facing left instead of facing front, how would i go about making this happen?
If you're talking about Window_MenuStatus, then it's done with "draw_actor_graphic" method. You'll find it's definition in Window_Base. Find this line: src_rect = Rect.new(0, 0, cw, ch)
The second '0' is responsible for vertical shifting through the bitmap. If you're using RTP sprites a value of 48 should do the job.
Thanks ^_^, i will keep screwing around and see if i can improve the look of it even more, and thanks for the help again guys i got the sprite to face left and it's looking great, set it to 60.