Advertisement
computercraftuser

Fill API Example

Aug 24th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. os.loadAPI("fillapi")
  2. fillapi.fillScreen(colours.white)
  3. while true do
  4.   sleep(1000)
  5.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement