RaminKav / BevySurvivalGame

A simple survival game for the exploration of Bevy/Rust
Other
77 stars 8 forks source link

(Question) Does it support XDG directories to search for the games assets? #17

Open hardBSDk opened 1 week ago

hardBSDk commented 1 week ago

Most games can read their assets at ~/.local/share to be packaged by Linux distributions, does your game read an assets folder at this directory?

RaminKav commented 1 week ago

Oh i didnt know about that. i dont think i have explicitly set it up to do so, it currently reads from the default bevy location of src/assets

hardBSDk commented 1 week ago

@RaminKav Configure it to also search at ~/.local/share/bevy-survival-game and /usr/share/bevy-survival-game