Initial commit, also running version
This commit is contained in:
9
constants.go
Normal file
9
constants.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package minesweeper
|
||||
|
||||
import "image/color"
|
||||
|
||||
var (
|
||||
OPEN_COLOR = color.RGBA{200, 200, 200, 255}
|
||||
DARK_COLOR = color.RGBA{20, 20, 20, 255}
|
||||
FLAG_COLOR = color.RGBA{0, 255, 0, 255}
|
||||
)
|
||||
Reference in New Issue
Block a user