mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
589 B
589 B
Supported Drawables
Pop.Box supports three Drawables: Canvas, Image, and Video.
Note: Video and Canvas support are untested.
Additionally, in the place of a Drawable, you can use false
to not render
anything, or a table of color values. The color values should be in the format
LÖVE uses ({red, green, blue, alpha}
, see love.graphics.setColor).
(The alpha value is optional, but not using an alpha is likely to mess up your rendering if an alpha is used anywhere else.)