diff --git a/agb/examples/chicken.rs b/agb/examples/chicken.rs index 2f56b435..aaec7052 100644 --- a/agb/examples/chicken.rs +++ b/agb/examples/chicken.rs @@ -3,7 +3,7 @@ extern crate agb; use agb::{ - display::{object::ObjectStandard, tiled0, HEIGHT, WIDTH}, + display::{object::ObjectStandard, HEIGHT, WIDTH}, input::Button, }; use core::convert::TryInto;