FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.49k stars 339 forks source link

Template init exists checking #556

Closed jacobtread closed 8 months ago

jacobtread commented 8 months ago

Description

Quality of life feature that checks whether the directory a project template will be initialized in either doesn't exist or is empty so that users don't accidentally override files if they create a project with a already used name (Adding this because I accidentally did it)

Changes