Format the code better

This commit is contained in:
Gwilym Kuiper 2022-10-13 20:27:51 +01:00
parent 67c293238d
commit eeffd80e50

View file

@ -52,7 +52,8 @@ The third until the fifth is the ball, with various squashed states.
The aseprite file defines tags for these sprites, being "Paddle End", "Paddle Mid", and "Ball". The aseprite file defines tags for these sprites, being "Paddle End", "Paddle Mid", and "Ball".
```rust ```rust
use agb::{include_aseprite, use agb::{
include_aseprite,
display::object::{Graphics, Tag} display::object::{Graphics, Tag}
}; };