mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Stop printing the cloud positions
This commit is contained in:
parent
cd05fee360
commit
2d99d017fc
|
@ -2178,8 +2178,6 @@ fn game_with_level(gba: &mut agb::Gba) {
|
|||
let clouds = InfiniteScrolledMap::new(
|
||||
background.background(Priority::P3),
|
||||
Box::new(move |pos| {
|
||||
agb::println!("CLOUDS: {}, {}", pos.x, pos.y);
|
||||
|
||||
(
|
||||
tileset_ref,
|
||||
TileSetting::from_raw(
|
||||
|
|
Loading…
Reference in a new issue