Created
November 30, 2018 15:34
-
-
Save jefBinomed/3b1bdf0034e02f4155560bf27f31b099 to your computer and use it in GitHub Desktop.
2018-countdown-maplogos
This file contains 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
positionLogos = { | |
'photos' : {x : 400, y :430}, | |
'gplus' : {x : 720, y :440}, | |
'music' : {x : 1010, y :440}, | |
'maps' : {x : 1320, y :440}, | |
'calendar' : {x : 400, y :730}, | |
'keep' : {x : 720, y :730}, | |
'glass' : {x : 1010, y :730}, | |
'android' : {x : 1320, y :720}, | |
'compute' : {x : 400, y :1000}, | |
'play' : {x : 720, y :1000}, | |
'docs' : {x : 1010, y :1000}, | |
'sheets' : {x : 1320, y :1020}, | |
'draw' : {x : 400, y :1280}, | |
'youtube' : {x : 700, y :1280}, | |
'contacts' : {x : 1010, y :1280}, | |
'chrome' : {x : 1320, y :1280}, | |
'gmail' : {x : 400, y :1570}, | |
'playstore' : {x : 720, y :1570}, | |
'movies' : {x : 1010, y :1570}, | |
'hangout' : {x : 1320, y :1570}, | |
'drive' : {x : 400, y :1840}, | |
'news' : {x : 720, y :1840}, | |
'wallet' : {x : 1010, y :1840}, | |
'devs' : {x : 1320, y :1840} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment