templates

package
v0.0.0-...-32dd2ce Latest Latest
Warning

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

Go to latest
Published: May 11, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const HexDumpRowSize = 32

Variables

This section is empty.

Functions

func WriteGameFiles

func WriteGameFiles(game scummatlas.Game, outdir string)

func WriteHexMap

func WriteHexMap(hexmap scummatlas.HexMap, outputfile string)

func WriteRoom

func WriteRoom(room scummatlas.Room, outputdir string)

Types

type HexCol

type HexCol struct {
	Value byte
	Class string
	Title string
}

type HexMapData

type HexMapData struct {
	Title   string
	Colours map[string]int
	Rows    [][]HexCol
}

func (HexMapData) RowAddress

func (h HexMapData) RowAddress(row int) string

type MapEdge

type MapEdge struct {
	Source int
	Target int
}

type MapNode

type MapNode struct {
	Id   int
	Name string
}

Jump to

Keyboard shortcuts

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