diff --git a/book/src/pong/03_sprites.md b/book/src/pong/03_sprites.md index 77df0726..db0a4a2d 100644 --- a/book/src/pong/03_sprites.md +++ b/book/src/pong/03_sprites.md @@ -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} };