janhohenheim / foxtrot

The all-in-one Bevy 3D game template for desktop.
Apache License 2.0
630 stars 45 forks source link

Attempts to fix #208 #209

Closed MarcusSakae closed 1 year ago

MarcusSakae commented 1 year ago

Slashes in file-path string gives error on windows. Using std::path::Path should make it viable cross-platform.
(Note that I've only tested this on windows)

janhohenheim commented 1 year ago

Thanks!