[game] More bot sprite, transparency
This commit is contained in:
parent
f9b41dd729
commit
0c9a60c8e4
3 changed files with 1 additions and 1 deletions
Binary file not shown.
BIN
game/bot.png
BIN
game/bot.png
Binary file not shown.
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 563 B |
|
|
@ -227,7 +227,7 @@ impl State {
|
||||||
entry_point: "fs_main",
|
entry_point: "fs_main",
|
||||||
targets: &[Some(wgpu::ColorTargetState {
|
targets: &[Some(wgpu::ColorTargetState {
|
||||||
format: config.format,
|
format: config.format,
|
||||||
blend: Some(wgpu::BlendState::REPLACE),
|
blend: Some(wgpu::BlendState::ALPHA_BLENDING),
|
||||||
write_mask: wgpu::ColorWrites::ALL,
|
write_mask: wgpu::ColorWrites::ALL,
|
||||||
})],
|
})],
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue