Currently I display gold in a different location based on context:
On the Info screen, it's on the left
In shops and after dying it's on the bottom right
I think I can make gold always on the bottom right if I move the power icons up on the info screen. Then there can be a single display gold function that can be used from any appropriate context.
If this is possible, also display the player's total gold after each combat. I find that I open the info screen after every combat to see my total gold, so just display it.
Possible further improvements from there:
Move the map to the top left corner (then add the hud toggle)
Move the equipment to just above the HP/MP
May have to move Dusk to the right so the words fit
See if this even looks good
Having everything in a uniform place will make the code and play experience nicer.
Currently I display gold in a different location based on context:
I think I can make gold always on the bottom right if I move the power icons up on the info screen. Then there can be a single display gold function that can be used from any appropriate context.
If this is possible, also display the player's total gold after each combat. I find that I open the info screen after every combat to see my total gold, so just display it.
Possible further improvements from there:
Having everything in a uniform place will make the code and play experience nicer.