Activities/Turtle Art/Under the hood: Difference between revisions
m moved Activities/TurtleArt/Under the hood to Activities/Turtle Art/Under the hood: deCamelCase |
|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 18: | Line 18: | ||
# block number | # block number | ||
# block name or [block name, block value] | # block name or [block name, block value] | ||
# x position ( | # x position (deprecated) | ||
# y position ( | # y position (deprecated) | ||
# list of connections to other blocks | # list of connections to other blocks | ||
| Line 70: | Line 70: | ||
that the icons should be the same size (55x55) as the others. (This is | that the icons should be the same size (55x55) as the others. (This is | ||
the default icon size for Sugar toolbars.) | the default icon size for Sugar toolbars.) | ||
=== How to write a plugin === | |||
In Spanish: http://valentinbasel.fedorapeople.org/pdfs/turtle_art.pdf | |||