Irevol / minetest-citadel

A minetest game
Other
3 stars 1 forks source link

Inventory "Tips" tab STILL doesn't fit #25

Closed Warr1024 closed 8 months ago

Warr1024 commented 8 months ago

14 is still not fixed.

I think the problem is that you are using labels which do not handle overflow or wrapping. You should switch to using a textarea (how I solved this exact problem in NodeCore) which does all that automatically.

It's not certain that diagetic guidance will fully replace this interface (you may still want to have things like support contact info, version info, etc on this screen), so it's probably still a good idea to get this fixed.

screenshot_20231223_160815

Irevol commented 8 months ago

I would like some sort of guidance system to completely replace this interface... support info can be on contentdb, version info could be in a hud in the corner.

Irevol commented 8 months ago

I didn't realize you could use textarea as a multi-line label, I thought it was just for input... thanks for pointing that out.