mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
COPY README AND DOCS FROM MAIN BRANCH, BUT FIGURE OUT WHAT HAS CHANGED OR WHATEVER...
|
|
|
|
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.
|
|
]]
|