Create parallel_direction.json

This commit is contained in:
homersimpsons
2016-06-06 21:55:09 +02:00
committed by Bryan Housel
parent 4cdcc8c2a3
commit 6e90b6147c
@@ -0,0 +1,11 @@
{
"key": "direction",
"type": "combo",
"label": "Direction",
"strings": {
"options": {
"forward": "Forward",
"backward": "Backward"
}
}
}