hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.09k stars 55 forks source link

Introduce more loading screens #54

Open hecrj opened 5 years ago

hecrj commented 5 years ago

We only have a quite simple ProgressBar loading screen built into Coffee currently. It would be great to have more diversity!

This can be a great way to get familiar with the graphics module of the engine and contribute at the same time. If you want to give it a shot, start by taking a look at the LoadingScreen trait!