Documentation
¶
Index ¶
- type Button
- type Direction
- type Renderable
- type TiledMap
- func (m TiledMap) CanGo(x, y int) bool
- func (m TiledMap) GetLastTileInDir(x, y int, dir maths.Vector2) (int, int, error)
- func (m *TiledMap) GetTile(x, y int) (*data.Tile, error)
- func (m *TiledMap) HasWon(x, y int) bool
- func (m TiledMap) MapPosFromScreenPos(x, y int) (int, int)
- func (m TiledMap) ScreenPosFromMapPos(x, y int) (float32, float32)
- type Transform
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderable ¶
Click to show internal directories.
Click to hide internal directories.