ihhub/fheroes2

Kingdom Overview screen, Heroes Overview and Towns/Castles Overview screens, change the frame color and adjust the position of the buttons

Open

#1,843 opened on Sep 30, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (469 forks)auto 404
good first issueimprovementpixel-precisionui

Repository metrics

Stars
 (3,415 stars)
PR merge metrics
 (PR metrics pending)

Description

Edit 2020/10/02.

I edited the changes to be made. For the scroll bar and scroll bar buttons, I was fooled by the difference between fullscreen mode and windowed mode both in the original game and fheroes2.

In fheroes2, there is a one pixel wide gray colored border all around the screen. It is this border that should be changed to black color, and everything will be fine.

In fheroes2:

Kingdom Heroes fh2 01

I suggest a small modification for a better visual appearance for the "HEROES", "TOWN/CASTLES" and "EXIT" buttons in order to leave a space of 1 pixel to the top and the right of the buttons.

  • reduce the dimension of the frame of mines and others by 1 pixel on the right.
  • replace the yellow pixels at the bottom of the screen where the large vertical bar to the left of the "HEROES", "TOWN/CASTLES" and "EXIT" block joins the yellow frame of the screen.
  • move the "HEROES", "TOWN/CASTLES" and "EXIT" button block by 1 pixel to the left.
  • move the "HEROES" and "TOWN/CASTLES" button block by 1 pixel to the bottom.

Kingdom Heroes visible frame H2 modif coupé 04 Kingdom Heroes visible frame H2 modif ori coupé 04

Contributor guide