- Joined
- Jan 25, 2022
- Messages
- 48
- Reaction score
- 53
- First Language
- English
- Primarily Uses
- RMVXA
I'm using Yanfly's Battle Engine.
My game's combat is very simplistic and there are only 3 stats. HP, Atk, and Speed.
In battle, below the actor's HP, I'd like to display the current ATK and Speed of that actor. I already figured out how to disable the MP/TP bars in battle by just commenting-out the lines draw_actor_mp and draw_actor_tp in the script.
However, now I'm not sure where/what to edit to add in the atk and speed stats for a character in battle. I'd also need to make room below the HP gauge, so I'd like to know how also to change the X & Y coordinates for these things.
My game's combat is very simplistic and there are only 3 stats. HP, Atk, and Speed.
In battle, below the actor's HP, I'd like to display the current ATK and Speed of that actor. I already figured out how to disable the MP/TP bars in battle by just commenting-out the lines draw_actor_mp and draw_actor_tp in the script.
However, now I'm not sure where/what to edit to add in the atk and speed stats for a character in battle. I'd also need to make room below the HP gauge, so I'd like to know how also to change the X & Y coordinates for these things.