Icon for effect '8-bit'. Added in all skins

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1844 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-10-25 22:15:14 +00:00
parent e9acd1e8e4
commit 51a9ad0132
11 changed files with 29 additions and 14 deletions

View File

@@ -14,8 +14,8 @@
-- Grid size
-- TODO : get it from GrafX2
xgrid = 17;
ygrid = 17;
xgrid = 16;
ygrid = 16;
-- picture size
w, h = getpicturesize();