Script contest entries.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1296 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2010-02-02 16:14:46 +00:00
parent 47f8f8ffc4
commit 46ed0b5718
10 changed files with 157 additions and 0 deletions

6
scripts/nitrofurano1.lua Normal file
View File

@@ -0,0 +1,6 @@
-- x1palettetopicture.lua
w,h=getpicturesize();
for y1=0,7,1 do
for x1=0,31,1 do
putpicturepixel(x1,y1,y1+x1*8)
end;end