doctorlectro/component/position.go

10 lines
110 B
Go

package component
import "github.com/jakecoffman/cp"
type Position struct {
X, Y float64
Body *cp.Body
}