gurkenlabs / litiengine

LITIENGINE 🕹 The pure 2D java game engine.
https://litiengine.com/
MIT License
723 stars 93 forks source link

Horizontal Menu #821

Open WalterConway opened 2 weeks ago

WalterConway commented 2 weeks ago

What feature / which classes are you referring to? Menu

Describe what could be enhanced. Allow for horizontal menus

Are there any alternatives to what you've considered? Please elaborate. Currently, the columns are set to 1 and the rows are set to the items.length. The horizontal menu should have the columns set to the items.length and the rows set to 1.

Additional thoughts The only down side is the padding or the spacing between each menu item. This would have to be updated after the fact I am assuming.

github-actions[bot] commented 2 weeks ago

Thank you for your reporting your first LITIENGINE issue! We are looking forward to your further contributions.