mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Format the code better
This commit is contained in:
parent
67c293238d
commit
eeffd80e50
|
@ -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".
|
||||
|
||||
```rust
|
||||
use agb::{include_aseprite,
|
||||
use agb::{
|
||||
include_aseprite,
|
||||
display::object::{Graphics, Tag}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue