ebiten: convert view-obj

This commit is contained in:
2019-12-29 15:38:49 +00:00
parent 0320743b30
commit 6f605aa502
7 changed files with 179 additions and 228 deletions

View File

@@ -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},