Documentation
¶
Index ¶
- Constants
- type Client
- func (c *Client) AddBody(x, y, r int32)
- func (c *Client) Core() *physics.Core
- func (c *Client) Draw(screen *ebiten.Image)
- func (c *Client) GetBody(bodyId uint8) *datamod.BodiesRow
- func (c *Client) GetBodyCount() uint8
- func (c *Client) GetMeta() *datamod.MetaRow
- func (c *Client) Layout(outsideWidth, outsideHeight int) (screenWidth, screenHeight int)
- func (c *Client) Update() error
Constants ¶
View Source
const ( TrailLength = uint64(16) ScreenWidth = 640 ScreenHeight = 720 PixelSize = 25 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.