Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mon = peripheral.wrap("back")
- mon.setTextScale(4)
- mon.clear()
- while true do
- for i=1,5 do
- mon.setCursorPos(1,1)
- mon.setTextColor(math.pow(2,i))
- mon.write("Computercraft Shop!!")
- sleep(1)
- end
- end
Add Comment
Please, Sign In to add comment