@ -29,7 +29,7 @@ impl Plugin for BaseGamePlugin {
..default()
}),
}))
}).set(ImagePlugin::default_nearest()))
.add_plugins(DebuggingPlugin)
.add_plugins(MeshPickingPlugin)
.add_plugins(LoadingPlugin)
@ -116,8 +116,8 @@ fn init_bird(
mut materials: ResMut<Assets<ColorMaterial>>,
) {
let material = MeshMaterial2d(materials.add(ColorMaterial {
texture: Some(server.load("flappy/bevy.png")),
color: WHITE.into(),
texture: Some(server.load("kenny.nl/1-bit-platformer-pack/tile_0380.png")),
color: BLACK.into(),
alpha_mode: AlphaMode2d::Blend,
}));