gurkenlabs / litiengine

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

Feat : Enhance sprite dimension determination in sprite import panel #779 #795

Closed Maxime91680 closed 10 months ago

Maxime91680 commented 10 months ago

The objective: Instead of providing the pixel dimensions of the images, the user can simply specify the number of columns and rows. https://github.com/gurkenlabs/litiengine/issues/779

Implementation in the SpritesheetImportPanel.java class:

nightm4re94 commented 10 months ago

This is a great QOL improvement - thank you very much! I've tested this successfully.

Maxime91680 commented 10 months ago

Thank you for letting us contribute to the project and for your invaluable advice.