@@ -5,7 +5,7 @@ Blockly.Blocks['wabot_new'] = {
55 this . setOutput ( true ) ;
66 this . setColour ( 230 ) ;
77 this . setTooltip ( '' ) ;
8- this . setHelpUrl ( 'https://webduino.io ' ) ;
8+ this . setHelpUrl ( '' ) ;
99 }
1010} ;
1111
@@ -16,19 +16,19 @@ Blockly.Blocks['wabot_basic_action'] = {
1616 . appendField ( "動作" )
1717 . appendField ( new Blockly . FieldDropdown (
1818 [
19- [ "向前走" , "walk" ] ,
20- [ "向後走" , "goBack" ] ,
21- [ "向左走" , "moonWalkLeft" ] ,
19+ [ "向前走" , "walk" ] ,
20+ [ "向後走" , "goBack" ] ,
21+ [ "向左走" , "moonWalkLeft" ] ,
2222 [ "向右走" , "moonWalkRight" ] ,
23- [ "向左轉" , "turnLeft" ] ,
24- [ "向右轉" , "turnRight" ] ,
23+ [ "向左轉" , "turnLeft" ] ,
24+ [ "向右轉" , "turnRight" ] ,
2525 [ "向後轉" , "backyard" ]
2626 ] ) , "action" )
2727 this . setPreviousStatement ( true , null ) ;
2828 this . setNextStatement ( true , null ) ;
2929 this . setColour ( 65 ) ;
3030 this . setTooltip ( '' ) ;
31- this . setHelpUrl ( 'https://webduino.io ' ) ;
31+ this . setHelpUrl ( '' ) ;
3232 }
3333} ;
3434
@@ -49,7 +49,7 @@ Blockly.Blocks['wabot_tempo'] = {
4949 this . setNextStatement ( true , null ) ;
5050 this . setColour ( 65 ) ;
5151 this . setTooltip ( '' ) ;
52- this . setHelpUrl ( 'https://webduino.io ' ) ;
52+ this . setHelpUrl ( '' ) ;
5353 }
5454} ;
5555
@@ -60,19 +60,19 @@ Blockly.Blocks['wabot_status'] = {
6060 . appendField ( "動作" )
6161 . appendField ( new Blockly . FieldDropdown (
6262 [
63- [ "立正" , "standard" ] ,
64- [ "踢左腳" , "kickLeft" ] ,
65- [ "踢右腳" , "kickRight" ] ,
66- // ["墊腳尖","goingUp"],
67- [ "跌倒" , "noGravity" ] ,
63+ [ "立正" , "standard" ] ,
64+ [ "踢左腳" , "kickLeft" ] ,
65+ [ "踢右腳" , "kickRight" ] ,
66+ // ["墊腳尖","goingUp"],
67+ [ "跌倒" , "noGravity" ] ,
6868 [ "酒醉" , "drunk" ] ,
6969 [ "跳舞" , "dance" ]
7070 ] ) , "status" ) ;
7171 this . setPreviousStatement ( true , null ) ;
7272 this . setNextStatement ( true , null ) ;
7373 this . setColour ( 65 ) ;
7474 this . setTooltip ( '' ) ;
75- this . setHelpUrl ( 'https://webduino.io ' ) ;
75+ this . setHelpUrl ( '' ) ;
7676 }
7777} ;
7878
@@ -83,11 +83,11 @@ Blockly.Blocks['wabot_angle'] = {
8383 . appendField ( "設定" )
8484 . appendField ( new Blockly . FieldDropdown (
8585 [
86- [ "右足" , "0" ] ,
87- [ "左足" , "1" ] ,
88- [ "右腿" , "2" ] ,
86+ [ "右足" , "0" ] ,
87+ [ "左足" , "1" ] ,
88+ [ "右腿" , "2" ] ,
8989 [ "左腿" , "3" ] ,
90- [ "左手" , "4" ] ,
90+ [ "左手" , "4" ] ,
9191 [ "右手" , "5" ]
9292 ] ) , "limb" ) ;
9393 this . appendDummyInput ( )
@@ -96,7 +96,7 @@ Blockly.Blocks['wabot_angle'] = {
9696 this . setNextStatement ( true , null ) ;
9797 this . setColour ( 65 ) ;
9898 this . setTooltip ( '' ) ;
99- this . setHelpUrl ( 'https://webduino.io ' ) ;
99+ this . setHelpUrl ( '' ) ;
100100 }
101101} ;
102102
@@ -107,20 +107,20 @@ Blockly.Blocks['wabot_angle_tool'] = {
107107 . appendField ( "設定" )
108108 . appendField ( new Blockly . FieldDropdown (
109109 [
110- [ "右足" , "0" ] ,
111- [ "左足" , "1" ] ,
112- [ "右腿" , "2" ] ,
110+ [ "右足" , "0" ] ,
111+ [ "左足" , "1" ] ,
112+ [ "右腿" , "2" ] ,
113113 [ "左腿" , "3" ] ,
114- [ "左手" , "4" ] ,
114+ [ "左手" , "4" ] ,
115115 [ "右手" , "5" ]
116116 ] ) , "limb" )
117- . appendField ( "為" )
117+ . appendField ( "為" )
118118 . appendField ( new Blockly . FieldAngle ( 90 ) , "pos" ) ;
119119 this . setPreviousStatement ( true , null ) ;
120120 this . setNextStatement ( true , null ) ;
121121 this . setColour ( 65 ) ;
122122 this . setTooltip ( '' ) ;
123- this . setHelpUrl ( 'https://webduino.io ' ) ;
123+ this . setHelpUrl ( '' ) ;
124124 }
125125} ;
126126
@@ -133,7 +133,7 @@ Blockly.Blocks['wabot_stop'] = {
133133 this . setPreviousStatement ( true , null ) ;
134134 this . setNextStatement ( true , null ) ;
135135 this . setTooltip ( "" ) ;
136- this . setHelpUrl ( 'https://webduino.io ' ) ;
136+ this . setHelpUrl ( '' ) ;
137137 }
138138 } ;
139139
0 commit comments