Skip to content

Instantly share code, notes, and snippets.

@amirrajan
Last active August 19, 2019 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amirrajan/33ed84507b6369ebc1acc07f2eba7b0c to your computer and use it in GitHub Desktop.
Save amirrajan/33ed84507b6369ebc1acc07f2eba7b0c to your computer and use it in GitHub Desktop.
def tick args
# change the code and save,
# you silly goose you
args.outputs.labels << [
640,
360,
"Hello World.",
big_font,
center_align
]
end
def left_align
0
end
def center_align
1
end
def right_align
2
end
def tiny_font
-10
end
def normal_font
0
end
def big_font
10
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment