Move on start to the top of the list in loops. (#448)

This commit is contained in:
Sam El-Husseini 2018-04-06 09:51:54 -07:00 committed by GitHub
parent fbb3280bc8
commit ecc880cf8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@
"listsBlocks": true, "listsBlocks": true,
"functionBlocks": true, "functionBlocks": true,
"onStartNamespace": "loops", "onStartNamespace": "loops",
"onStartWeight": 100,
"onStartColor": "#58AB41", "onStartColor": "#58AB41",
"pauseUntilBlock": { "pauseUntilBlock": {
"category": "loops" "category": "loops"