mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-22 16:00:09 +01:00
examples/blocks: Bug fix: alpha should not be translated
This commit is contained in:
parent
55bea606ec
commit
ddb818f150
@ -164,7 +164,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