assets

package
v0.0.0-...-0a9aa5c Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageSpec

type ImageSpec struct {
	Name string `json:"name"`
	X    int    `json:"x"`
	Y    int    `json:"y"`
	W    int    `json:"width"`
	H    int    `json:"height"`
}

type Object

type Object struct {
	Image *ebiten.Image
	Specs *SpriteSheet
}
var (
	Hud     *Object
	Objects *Object
	Stall   *Object
)

type SpriteSheet

type SpriteSheet struct {
	Images []ImageSpec `json:"images"`
}

Jump to

Keyboard shortcuts

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