Astrabit-ST / Luminol

An RPG Maker XP-VX Ace rewrite, written in Rust with love 💕
https://luminol.dev/
GNU General Public License v3.0
95 stars 11 forks source link

Replace missing textures with a placeholder #106

Closed white-axe closed 4 months ago

white-axe commented 4 months ago

Connections

Description This pull request allows maps to load if there are missing textures. There will be a toast for each missing texture, which will be replaced by the black and magenta checkerboard pattern at crates/graphics/data/placeholder.png.

The toasts have also been changed to display the most recent toast at the top instead of at the bottom so that new toasts are still visible after long sequences of toasts.

Testing Maps should now load even if the entire Graphics folder is removed from a project.

Checklist