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 eaaa714705
commit d70e703d5e

View File

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