Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- m = peripheral.wrap("bottom")
- x = 21
- TextPosX = 10
- while true do
- for loop = x, 0, -1 do
- sleep(0.3)
- m.clear()
- m.setTextColor(colors.lightBlue)
- m.setCursorPos(TextPosX,1)
- m.setTextScale(4)
- m.write("Vote-Rezepte")
- TextPosX = TextPosX -1
- end
- x = 21
- TextPosX = 10
- end
Add Comment
Please, Sign In to add comment