Last active
April 16, 2020 01:48
-
-
Save hbradio/1159722376c116b092638dc241006bce to your computer and use it in GitHub Desktop.
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
{ | |
"slides":[ | |
{ | |
"id":0, | |
"content-url":"https://s3.whatever/rovercode/getting-conntected-tutorial/putting-in-batteries.md", | |
"actions":[ | |
{ | |
"id":0, | |
"type":"button", | |
"text":"Ok, let's go!", | |
"target-slide":1 | |
} | |
] | |
}, | |
{ | |
"id":1, | |
"content-url":"https://s3.whatever/rovercode/getting-conntected-tutorial/turning-on.md", | |
"actions":[ | |
{ | |
"id":0, | |
"type":"button", | |
"text":"I don't anything", | |
"target-slide":0 | |
}, | |
{ | |
"id":1, | |
"type":"button", | |
"text":"I see the letter R", | |
"target-slide":2 | |
}, | |
{ | |
"id":2, | |
"type":"onRoverConnected", | |
"target-slide":3 | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment