- 189
- Posts
- 15
- Years
- Seen Jun 12, 2024
I am attempting to change the appearance of the battle system in my game, to something a lot more streamlined and aesthetically pleasing. I made up a bunch of graphics to use, and arranged them onto a screen I took in battle to ascertain how I wanted the layout to be. Subsequently I need to move a lot of "objects" around and account for the new graphics I'm using. In the code. This is where I hit my snag.
What I want to do is change this:
To this:
Using these pieces:
Thus what I ask of the community is A) how to incorporate those graphics into the system properly (the code and what not, with particular focus on the now full screen sized messagebox.png), and B) where I can find the code specifying where the following "objects" are drawn:
I think it goes without saying that the images shown in this post are mine, and are not to be used without my express permission, with exception to use for the purpose of attempting to answer my request, after which they must be deleted. Thanks in advance guys.
What I want to do is change this:
Spoiler:
Taken down now, sorry. Preventing stealing this way.
To this:
Spoiler:
Taken down now, sorry. Preventing stealing this way.
Using these pieces:
Spoiler:
Taken down now, sorry. Preventing stealing this way.
Thus what I ask of the community is A) how to incorporate those graphics into the system properly (the code and what not, with particular focus on the now full screen sized messagebox.png), and B) where I can find the code specifying where the following "objects" are drawn:
- Enemy name, level, HP bar, status icon, and captured icon;
- Player name, level, HP bar, HP values, status icon, and EXP bar
I think it goes without saying that the images shown in this post are mine, and are not to be used without my express permission, with exception to use for the purpose of attempting to answer my request, after which they must be deleted. Thanks in advance guys.
Last edited: