Pop.Box/test.lua
2016-01-25 13:46:21 -08:00

13 lines
353 B
Lua

local pop = require "pop"
--[[ TODO
Test using different Drawables: Canvas, Image, Video
- Test without scaling, test with scaling up, test with scaling down.
- Test wtih scaling unevenly (more x / more y, one test for each!).
- Look at what can be done to them, and test doing other things.
- Test using various color tables.
- Test using false.
]]