mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
13 lines
353 B
Lua
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.
|
||
|
|
||
|
]]
|