ihhub/fheroes2

Editor: Enhance object selection window to show more objects at the same time

Open

#8,722 opened on May 23, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (469 forks)auto 404
editorgood first issueimprovementui

Repository metrics

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

Description

Preliminary checks

Describe the problem requiring a solution

Currently, the object selection popups contain 1:1 scale pictures of the objects, which makes browsing troublesome - especially on low resolution settings. For example for original 640x480 res, there are only TWO objects at the same time (except units and resources where 4-5 of them match in the window) - see the attached picture: fh2editor-object-selection

Describe the possible solution

Make the object icons smaller (but not as small as in the original editor :P) AND/OR show them in some kind of 2D grid instead of list

Additional info

1.1.0 on Android 5.1.1

Contributor guide