Difference between revisions of "Advanced Computer"

From ComputerCraft Wiki
Jump to: navigation, search
(Id rather not list beta changes, its a beta afterall)
Line 15: Line 15:
  
 
==Exclusive Programs & APIs==
 
==Exclusive Programs & APIs==
*Paint
+
*[[Paint]]
*paintutils (API)
+
*[[paintutils]] (API)

Revision as of 12:06, 28 October 2012

An advanced computer running Paint, an exclusive program
The advanced computer is a computer that have mouse and colour API support. They may have more exclusive features soon. They resemble the traditional computer console, but are golden coloured to match their crafting recipe.

Recipe

glass_pane



Exclusive Functions

  • term.setTextColour(colours._color)
  • term.setBackgroundColour(colours._color)
  • (where _color is the color, like blue.)

Exclusive Programs & APIs