PokemonWorkshop / PokemonStudio

Pokémon Studio is a monster taming game editor which helps you to bring your ideas to life, in just a few clicks.
https://pokemonworkshop.com/
Other
93 stars 5 forks source link

Fix assets with no lowercase extension #338

Closed Palbolsky closed 5 days ago

Palbolsky commented 6 days ago

Description

This PR fixes the basename function and the gif replace regex to become insensitive when using assets with no lowercase extension.

Note: It's a very bad idea to have reimplemented the path functions in the front end. We should use the backend path functions and link it to the front end with the window.api. We need a task to change this (https://github.com/PokemonWorkshop/PokemonStudio/issues/340).

Closes #336

Tests to perform

You can test with the Pokémon resources or the trainer resources. Try with png and gif extension.