Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tiles ¶
type Tiles struct { Width int // tile width Height int // tile height Columns int // number of tiles per row Rows int // number of rows List []*ebiten.Image // list of tiles (0..Width*Height) }
struct Tiles contains a list of image tiles. It also contains the tile dimension
func ReadTilesScaledTo ¶
Click to show internal directories.
Click to hide internal directories.