Last active
July 4, 2018 23:46
-
-
Save dbalatero/9eae3aeddc493f29c80cc2d52d456809 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lines = [ | |
[spiegazione2[0], 300, 30, 0, baseColor, shadowColor], | |
[spiegazione2[1], 295, 50, 0, baseColor, shadowColor], | |
[spiegazione2[2], 295, 70, 0, baseColor, shadowColor], | |
[spiegazione2[3], 285, 90, 0, baseColor, shadowColor], | |
[spiegazione2[4], 285, 110, 0, baseColor, shadowColor], | |
[spiegazione2[5], 285, 130, 0, baseColor, shadowColor], | |
[spiegazione2[6], 285, 150, 0, baseColor, shadowColor], | |
[spiegazione2[7], 285, 170, 0, baseColor, shadowColor], | |
[spiegazione2[8], 285, 190, 0, baseColor, shadowColor], | |
[spiegazione2[9], 285, 210, 0, baseColor, shadowColor], | |
[spiegazione2[10], 285, 230, 0, baseColor, shadowColor], | |
[spiegazione2[11], 285, 250, 0, baseColor, shadowColor], | |
[spiegazione2[12], 285, 270, 0, baseColor, shadowColor], | |
[spiegazione2[13], 285, 290, 0, baseColor, shadowColor], | |
[spiegazione2[14], 285, 310, 0, baseColor, shadowColor] | |
] | |
def get_lines(linesToShow) | |
lines[0...linesToShow] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment