diff --git a/game/bot.aseprite b/game/bot.aseprite index c23b0399..124ea813 100644 Binary files a/game/bot.aseprite and b/game/bot.aseprite differ diff --git a/game/bot.png b/game/bot.png index bb9322fd..6561e99f 100644 Binary files a/game/bot.png and b/game/bot.png differ diff --git a/src/lib.rs b/src/lib.rs index f4885aa0..223c8b80 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -227,7 +227,7 @@ impl State { entry_point: "fs_main", targets: &[Some(wgpu::ColorTargetState { format: config.format, - blend: Some(wgpu::BlendState::REPLACE), + blend: Some(wgpu::BlendState::ALPHA_BLENDING), write_mask: wgpu::ColorWrites::ALL, })], }),