Advertisement
aquilon

color test

May 24th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local component = require("component")
  2. local gpu = component.gpu
  3.  
  4. gpu.setBackground(0xfffcfc)
  5. gpu.fill(5, 5, 20, 40, " ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement