Documentation ¶
Index ¶
- Constants
- type Ship
- func (s *Ship) Draw(targetImage *ebiten.Image)
- func (s *Ship) DrawCourse(targetImage *ebiten.Image)
- func (s *Ship) LoadCargo(resource int, cargoColor color.RGBA)
- func (s *Ship) Manifest() (int, *structure.Structure, *structure.Structure)
- func (s *Ship) ShipType() int
- func (s *Ship) Update(count uint) bool
Constants ¶
View Source
const ( Cargo int = iota Income )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ship ¶
func (*Ship) DrawCourse ¶
func (s *Ship) DrawCourse(targetImage *ebiten.Image)
Click to show internal directories.
Click to hide internal directories.