Closed ghost closed 3 years ago
How to display images thumbnails instead of nice icons that exist now so the user can see what he is choosing from?
SimpleFileBrowser doesn't have that functionality built-in since it requires implementing a texture caching system, which can be really complex. To implement this feature on your own, you can modify either this code or this code.
Thank you for the quick reply! Appreciate the work you've done here.
How to display images thumbnails instead of nice icons that exist now so the user can see what he is choosing from?