Advertisement
Guest User

screen.lua

a guest
Apr 20th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. component = require("component")
  2. gpu = component.gpu
  3. gpu.setForeground(0x1E90FF)
  4. gpu.setBackground(0xFFFFFF)
  5. print("prownill to nark")
  6.  
  7. while true do
  8.   print("I'm on a boat")
  9.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement