1351
TI-Nspire / Re: Jim's contest entry, Klondike Lua
« on: August 17, 2011, 06:40:51 am »
Thanks
To be completely honest, I didn't draw everything on the J, K and Q. But I did have very much work on all the sprites x)
I even made a converter in Javascript that handled the card png's I made with gimp. It cut, resized, converted all the images to Ti.image format. That saved me lots of work.
Another thing that I did was make the white transparent and put a white square behind it. This makes that I can draw it much more quick, because the drawing routine will skip the pixels, and not do any effort on it.
I'm kinda proud on myself, as I think it runs all together very smooth =)
To be completely honest, I didn't draw everything on the J, K and Q. But I did have very much work on all the sprites x)
I even made a converter in Javascript that handled the card png's I made with gimp. It cut, resized, converted all the images to Ti.image format. That saved me lots of work.
Another thing that I did was make the white transparent and put a white square behind it. This makes that I can draw it much more quick, because the drawing routine will skip the pixels, and not do any effort on it.
I'm kinda proud on myself, as I think it runs all together very smooth =)