ihhub / fheroes2

fheroes2 is a recreation of Heroes of Might and Magic II game engine.
https://ihhub.github.io/fheroes2/
GNU General Public License v2.0
2.58k stars 360 forks source link

Town Population screen (with the well), "Recruit Creatures" window, display in brackets the remaining quantity of resources and gold #8842

Open LeHerosInconnu opened 1 week ago

LeHerosInconnu commented 1 week ago

Preliminary checks

Describe the problem requiring a solution

In fheroes2, in the "Recruit Creatures" window, display in brackets the remaining quantity of resources and gold in anticipation of the eventual transaction. I also suggest displaying the cost in gold first (on the left of the window), and then the cost in rare resources second (on the right of the window); as it is the case in the titans recruitment window in the example.

In fheroes2: The remaining quantity of resources and gold are not displayed in brackets in anticipation of the eventual transaction: Recruit creatures display resources left 001

In this window, the remaining quantity of resources and gold are clearly displayed in brackets in anticipation of the eventual transaction: Recruit creatures display resources left 002

Describe the possible solution

Display in brackets the remaining quantity of resources and gold in anticipation of the eventual transaction. Display the cost in gold first (on the left of the window), and then the cost in rare resources second (on the right of the window); as it is the case in the titans recruitment window in the example.

Additional info

No response