forked from hkc/cc-stuff
Moved sample images to a separate folder
This commit is contained in:
parent
2f889add9b
commit
bd9d88e12c
|
@ -76,7 +76,7 @@ for t = 0, 31 do
|
|||
end
|
||||
|
||||
local ccpi = require("ccpi")
|
||||
local img = ccpi.load("cc-stuff/cute.cpi")
|
||||
local img = ccpi.load("cc-stuff/cpi-images/cute.cpi")
|
||||
|
||||
local ys = {}
|
||||
for y = 1, img.h do table.insert(ys, y) end
|
||||
|
|
Loading…
Reference in New Issue