Skip to content
Snippets Groups Projects
Commit 86ecc75e authored by faiface's avatar faiface
Browse files

minor change in pixel package doc

parent aa22fe0d
No related branches found
No related tags found
No related merge requests found
// 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment