Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local buffer = require("doubleBuffering")
- local colors = require("colors")
- buffer.drawText(1, 1, colors.white, "Hello World")
- buffer.drawChanges(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement