File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -175,16 +175,14 @@ exports.install = function(blockly, blockInstallOptions) {
175
175
this . setHSV ( 184 , 1.00 , 0.74 ) ;
176
176
this . appendDummyInput ( )
177
177
. appendTitle ( 'set block at' ) ;
178
- this . appendValueInput ( 'VALUE_X' ) ;
179
- this . appendDummyInput ( )
180
- . appendTitle ( ',' ) ;
181
- this . appendValueInput ( 'VALUE_Y' ) ;
182
- this . appendDummyInput ( )
183
- . appendTitle ( ',' ) ;
184
- this . appendValueInput ( 'VALUE_Z' ) ;
185
- this . appendDummyInput ( )
186
- . appendTitle ( 'to' ) ;
187
- this . appendValueInput ( 'VALUE' ) ;
178
+ this . appendValueInput ( 'VALUE_X' )
179
+ . appendTitle ( 'x' ) ;
180
+ this . appendValueInput ( 'VALUE_Y' )
181
+ . appendTitle ( 'y' ) ;
182
+ this . appendValueInput ( 'VALUE_Z' )
183
+ . appendTitle ( 'z' ) ;
184
+ this . appendValueInput ( 'VALUE' )
185
+ . appendTitle ( 'type' ) ;
188
186
this . setPreviousStatement ( true ) ;
189
187
this . setNextStatement ( true ) ;
190
188
this . setTooltip ( 'set block' ) ;
You can’t perform that action at this time.
0 commit comments