package
Version:
v0.0.0-...-98d917b
Opens a new window with list of versions in this module.
Published: Feb 23, 2017
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Point struct {
X int `json:"x"`
Y int `json:"y"`
}
type Sprite struct {
Min Point `json:"min"`
Max Point `json:"max"`
}
type Spritesheet struct {
Sprites []Sprite `json:"sprites"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.