Reorganized source code and directory tree.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1375 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
8
share/grafx2/scripts/pic_ni_PaletteX8.lua
Normal file
8
share/grafx2/scripts/pic_ni_PaletteX8.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- x8 palette to picture
|
||||
setpicturesize(256,64);
|
||||
for y1=0,7,1 do
|
||||
for x1=0,31,1 do
|
||||
for y2=0,7,1 do
|
||||
for x2=0,7,1 do
|
||||
putpicturepixel(x1*8+x2,y1*8+y2,y1+x1*8)
|
||||
end;end;end;end
|
||||
Reference in New Issue
Block a user