minor change in pixel package doc
This commit is contained in:
parent
497df7842b
commit
591fadaaa5
6
doc.go
6
doc.go
|
@ -1,7 +1,7 @@
|
|||
// Package pixel implements platform and backend agnostic core of the Pixel game development
|
||||
// library.
|
||||
//
|
||||
// It contains the core Target, Triangles, Picture pattern and implements standard elements, such as
|
||||
// Sprite, Batch, Vec, Rect and RGBA in addition to the basic Triangles and Picture implementations:
|
||||
// TrianglesData and PictureData.
|
||||
// It specifies the core Target, Triangles, Picture pattern and implements standard elements, such
|
||||
// as Sprite, Batch, Vec, Rect and RGBA in addition to the basic Triangles and Picture
|
||||
// implementations: TrianglesData and PictureData.
|
||||
package pixel
|
||||
|
|
Loading…
Reference in New Issue