mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/blocks: Bug fix: alpha should not be translated
This commit is contained in:
parent
eaaa714705
commit
d70e703d5e
@ -166,7 +166,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lightGray.Translate(0.3, 0.3, 0.3, 0.3)
|
lightGray.Translate(0.3, 0.3, 0.3, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *GameScene) drawBackground(r *ebiten.Image) {
|
func (s *GameScene) drawBackground(r *ebiten.Image) {
|
||||||
|
Loading…
Reference in New Issue
Block a user