doodle/cmd/doodad/commands/consts.go

9 lines
113 B
Go

package commands
const (
extLevel = ".level"
extDoodad = ".doodad"
extPNG = ".png"
extBMP = ".bmp"
)