ebiten: convert view-obj
This commit is contained in:
@@ -5,7 +5,7 @@ import "image/color"
|
||||
var (
|
||||
Transparent = color.RGBA{R: 0, G: 0, B: 0, A: 0}
|
||||
|
||||
ColorPalette = color.Palette{
|
||||
ColorPalette = []color.RGBA{
|
||||
Transparent,
|
||||
color.RGBA{R: 128, G: 0, B: 0, A: 255},
|
||||
color.RGBA{R: 0, G: 128, B: 0, A: 255},
|
||||
|
Reference in New Issue
Block a user