johnthagen / rust-belt

:rocket: Asteroids-like arcade game implemented in Rust ✨
73 stars 6 forks source link

Organize assets folder #160

Closed ghost closed 7 years ago

ghost commented 7 years ago

Move assets to respective folders.

since LICENSE in assets is for font, move it together

music/ sfx/ images/ fonts/

Fixes #153

johnthagen commented 7 years ago

@juanjosegzl Thanks for the PR. Running the latest rustfmt-nightly on your branch should fix the rustfmt lints that are failing on Travis.

See: https://github.com/rust-lang-nursery/rustfmt#quick-start

johnthagen commented 7 years ago

Looks great, thanks!