**This is an old revision of the document!**

Graphics Card

本篇文章的部分/全部内容还没有进行翻译。

用于改变屏幕上显示的内容。电脑可以通过 GPU 的 API 来控制绑定的 屏幕 的缓冲区。

  • 最大分辨率:50×16/80×25/160×50.
  • Maximum color depth: 1/4/8.
  • Operations/tick: 1,1,4,2,2/2,4,8,4,4/4,8,16,8,8.

The operations refer to, from left to right: copy, fill, set, setBackground and setForeground. The number indicates the number direct calls that can be made to each of these functions on the graphics card per tick before an indirect call has to be made. See the page on component interaction for more information on direct calls.

The Graphics Card (Tier 1) is crafted using the following recipe:

The Graphics Card (Tier 2) is crafted using the following recipe:

The Graphics Card (Tier 3) is crafted using the following recipe:

目录