fix color in mutator
This commit is contained in:
		
							parent
							
								
									dad91d0a93
								
							
						
					
					
						commit
						4e34c63f08
					
				| @ -291,7 +291,7 @@ Blockly.Blocks['sensebox_general_html_tag'] = { | |||||||
| 
 | 
 | ||||||
| Blockly.Blocks['first_child'] = { | Blockly.Blocks['first_child'] = { | ||||||
|     init: function () { |     init: function () { | ||||||
|         this.setColour(Blockly.Blocks.logic.HUE); |         this.setColour(getColour().webserver); | ||||||
|         this.appendDummyInput() |         this.appendDummyInput() | ||||||
|             .appendField("<Tag>"); |             .appendField("<Tag>"); | ||||||
|         this.setNextStatement(true); |         this.setNextStatement(true); | ||||||
| @ -304,7 +304,7 @@ Blockly.Blocks['first_child'] = { | |||||||
| 
 | 
 | ||||||
| Blockly.Blocks['additional_child'] = { | Blockly.Blocks['additional_child'] = { | ||||||
|     init: function () { |     init: function () { | ||||||
|         this.setColour(Blockly.Blocks.logic.HUE); |         this.setColour(getColour().webserver); | ||||||
|         this.appendDummyInput() |         this.appendDummyInput() | ||||||
|             .appendField("<Tag>"); |             .appendField("<Tag>"); | ||||||
|         this.setPreviousStatement(true); |         this.setPreviousStatement(true); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user