Rendering the entries name next to the badge
DaFuqs opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
Currently when viewing a categories canvas, entries can only be quickly indentified by the icon.
While each entry has a name
property, that can only be seen when hovering over that entries badge.
Describe the solution you'd like
It would be great having the option to specify that the entries name always being rendered in the category view.
Depending on the books layout, that enables the player to find the entry they search for quite a bit quicker.
Json Mockup
{
"name": "book.spectrum.guidebook.pastel_network.provider_node.name",
"icon": "spectrum:provider_node",
"render_name": "right",
[...]
With render_name
supporting left
, bottom
, right
, top
or none
(being the default to match the current behavior)
ingame mockup
Shamefully stolen from the advancements screen
That is a good idea, I like it a lot. Not sure when I can get to it but if the advancement screen has the box rendering with independent size it should be a bit easier