Skip to content
Snippets Groups Projects
Commit b2d40631 authored by antoinekia's avatar antoinekia
Browse files

bugfix

parent 9c9979ab
Branches master
No related tags found
No related merge requests found
Pipeline #25 passed with stage
in 28 seconds
......@@ -64,7 +64,7 @@ Blockly.Blocks['load_fuel'] = {
this.appendDummyInput()
.setAlign(Blockly.ALIGN_CENTRE)
.appendField("Charger le")
.appendField(new Blockly.FieldDropdown([["RP1 (Kérosène) étage 1","RP1"], ["LH2 (Hydrogène) étage 2","LH2"], ["LOX (Oxygène) étage 1","LOX1"], ["LOX (Oxygène) étage 2","LOX"]]), "fuel_type")
.appendField(new Blockly.FieldDropdown([["RP1 (Kérosène) étage 1","RP1"], ["LH2 (Hydrogène) étage 2","LH2"], ["LOX (Oxygène) étage 1","LOX1"], ["LOX (Oxygène) étage 2","LOX2"]]), "fuel_type")
this.setPreviousStatement(true, null);
this.setNextStatement(true, null);
this.setColour(0);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment