Documentation
¶
Overview ¶
Package namco contains components for Namco systems.
Index ¶
- Constants
- Variables
- func ColorTable(config Config, data []uint8) []color.RGBA
- func NewTileSheet(r *sdl.Renderer, d []byte, l SheetLayout, pal []color.RGBA) (rcs.TileSheet, error)
- func PaletteTable(config Config, data []uint8, colors []color.RGBA) [][]color.RGBA
- type Config
- type Data
- type N06XX
- type N51XX
- type N54XX
- type SheetLayout
- type SpriteCoord
- type Video
Constants ¶
View Source
const ( W = int32(224) H = int32(288) )
Variables ¶
Functions ¶
func NewTileSheet ¶
Types ¶
type Config ¶
type Config struct { TileLayout SheetLayout SpriteLayout SheetLayout PaletteEntries int PaletteColors int Hack bool }
type N06XX ¶
type SheetLayout ¶
type SpriteCoord ¶
Click to show internal directories.
Click to hide internal directories.