mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-24 08:06:34 +11:00
remove unused import
This commit is contained in:
parent
41f22f825b
commit
595d64912e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ The aseprite file defines tags for these sprites, being "Paddle End", "Paddle Mi
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use agb::{include_aseprite,
|
use agb::{include_aseprite,
|
||||||
display::object::{Graphics, ObjectController, Tag}
|
display::object::{Graphics, Tag}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Import the sprites in to this constant. This holds the sprite
|
// Import the sprites in to this constant. This holds the sprite
|
||||||
|
|
Loading…
Add table
Reference in a new issue