examples/blocks: Bug fix: alpha should not be translated

This commit is contained in:
Hajime Hoshi 2018-02-12 18:45:12 +09:00
parent 55bea606ec
commit ddb818f150

View File

@ -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) {