spec

package
v0.0.0-...-29880ae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2022 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SpecFile

type SpecFile struct {
	Width  uint16      `yaml:"width"`
	Height uint16      `yaml:"height"`
	Layers []SpecLayer `yaml:"layers"`
}

func New

func New(specFile string) SpecFile

type SpecLayer

type SpecLayer struct {
	Module string            `yaml:"module"`
	Size   uint8             `yaml:"size"`
	Colors []string          `yaml:"colors"`
	Args   map[string]string `yaml:"args"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL