Paintutils (API)

From ComputerCraft Wiki
Revision as of 06:26, 16 November 2012 by 217.121.82.139 (Talk)

Jump to: navigation, search

Paintutils is an API to draw and load images

Methods

Method name Description
paintutils.loadImage( path ) Returns an image object.
paintutils.drawImage( image,x,y) Draws an image at x,y, where image is an image object.