Skip to content

Commit

Permalink
link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
acaramia committed Sep 20, 2017
1 parent 0f6f95a commit fe84466
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pyturtlecraft.s2e
@@ -0,0 +1,19 @@
{
"extensionName": "Scratch_Turtle Pycraft",
"extensionPort": 3320,
"blockSpecs": [
[" ", "pen down", "pendown"],
[" ", "pen up", "penup"],
[" ", "goto x %n y %n z %n", "goto"],
[" ", "up %n degrees", "up"],
[" ", "down %n degrees", "down"],
[" ", "move %n steps", "forward", 10],
[" ", "turn left %n degrees", "left", 15],
[" ", "turn right %n degrees", "right", 15],
[" ", "point in direction %n", "pointto", 90],
[" ", "set pen to block type %m.blocktype", "penblock", "ice"]
],
"menus": {
"blocktype":["glowstone", "wool", "wood", "ice", "gold"]
}
}

0 comments on commit fe84466

Please sign in to comment.