XVisuals/config.go

14 lines
180 B
Go
Raw Normal View History

2024-10-22 18:34:39 +00:00
package main
const (
screenWidth int = 500
screenHeight int = 500
windowWidth int = 1000
windowHeight int = 1000
layerCount int = 3
)
var (
function Function = &X1{}
)