Correct the palettes

This commit is contained in:
2020-05-19 22:05:42 +01:00
parent eea5dea98a
commit 597e346869
3 changed files with 18 additions and 24 deletions

View File

@@ -4,8 +4,6 @@ import "image/color"
var (
ChaosGatePalette = color.Palette{
Transparent,
color.RGBA{R: 0, G: 0, B: 0, A: 255},
color.RGBA{R: 128, G: 0, B: 0, A: 255},
color.RGBA{R: 0, G: 128, B: 0, A: 255},