gobstones-blockly 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5ce31882d527f3ac925264c5e88f37eb18f15ddbd66f1f0e2f55700e344b78a
4
- data.tar.gz: 1ddacf0a781f3b21fe9b52ae430ba4e029fa5ae6baefcfc877239d7e1fa6baa9
3
+ metadata.gz: b93b2dbc1357ab9893fa94a10c8416ab43e739df58f2caf7105db16f66fae746
4
+ data.tar.gz: a4e3a8dee90769647c4e0b2a6c0a0628e09ea516a646e53a635ece679572ed67
5
5
  SHA512:
6
- metadata.gz: 06b682643c09d71b04dd289da591e7e2702ad179925de0bb1f96444e625b791d34b9ef3207557398cb959b03903ad0c77086b8132a990582dcdbbc927f62fed9
7
- data.tar.gz: ab939e861a409770e85008e4e0066f7daeadbc711a896ebb025f29f4506be20638479ea5d9be1d7f61e92c9443c3a2977b71131d1472272769d7a2c458d579ab
6
+ metadata.gz: fc00dd7bd613135e8f7c6dd47d9e9b92eb5e8cb9b51109f2997d3ff79469097df32359f75ccb140036f5709ab96893728a8385251a867f4c6d4520055eeb5ffe
7
+ data.tar.gz: 9428475425df8dcae170389a2ac3a7ce380ef3056c5e42ce6e0063933e328a9e9aa5f305d5b64c6d0eb49a59d809acfc96265745c4527f20c256f0c96da10f3f
@@ -3991,16 +3991,16 @@ window.initProcedsBlockly = function(customStatementType) {
3991
3991
  Blockly.GOBSTONES_COLORS = {
3992
3992
  globalHsvSaturation: Blockly.HSV_SATURATION,
3993
3993
  globalHsvValue: Blockly.HSV_VALUE,
3994
- primitiveCommand: 80,
3995
- assignation: 230,
3996
- controlStructure: 60,
3997
- literalExpression: 180,
3998
- expression: 260,
3999
- program: 100,
4000
- interactiveProgram: 30,
4001
- interactiveBinding: 50,
4002
- procedure: Blockly.Blocks.procedures.HUE,
4003
- complete: 0,
3994
+ primitiveCommand: "#8DA65B",
3995
+ assignation: "#5B68A6",
3996
+ controlStructure: "#A6A65B",
3997
+ literalExpression: "#5BA6A6",
3998
+ expression: "#745BA6",
3999
+ program: "#74A65B",
4000
+ interactiveProgram: "#A6805B",
4001
+ interactiveBinding: "#A6995B",
4002
+ procedure: "#995BA6",
4003
+ complete: "#A65C5B",
4004
4004
  };
4005
4005
 
4006
4006
  /**
@@ -5388,7 +5388,7 @@ Blockly.GobstonesLanguage.AlternativaCompleta = function (block) {
5388
5388
  body: Blockly.GobstonesLanguage.statementToCode(block, "DO" + id)
5389
5389
  };
5390
5390
  }).map(function({ condition, body }) {
5391
- return ` else if (${condition}) {\n${body}}`;
5391
+ return ` elseif (${condition}) {\n${body}}`;
5392
5392
  }).join("");
5393
5393
 
5394
5394
  var condicion = Blockly.GobstonesLanguage.valueToCode(block, 'condicion',
@@ -1,5 +1,5 @@
1
1
  module Gobstones
2
2
  module Blockly
3
- VERSION = "0.11.0"
3
+ VERSION = "0.11.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobstones-blockly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Alfonso