1
0
Fork 0

Moved sample images to a separate folder

This commit is contained in:
Casey 2024-01-18 12:21:41 +03:00
parent 2f889add9b
commit bd9d88e12c
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
6 changed files with 1 additions and 1 deletions

View File

@ -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