mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +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".
|
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}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue