Skip to content

Commit

Permalink
update(heart): new images
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineNakazato authored Aug 24, 2023
1 parent 137c42e commit 9b4573d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
17 changes: 13 additions & 4 deletions health/heart/eletrodo/preparacao-torax-2/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,21 @@ Blockly.Blocks['acao3'] = {
Blockly.Blocks['sequence'] = {
init: function () {
this.jsonInit({
"message0": "%1",
"args0": [
"type": "sequence",
"message0": "%1",
"args0": [
{
"type": "field_image",
"src": "robo.png",
"width": 150,
"height": 150,
"alt": "*"
}
],
"message1": "%1",
"args1": [
{"type": "input_statement", "name": "DO"}
],
"previousStatement": null,
"nextStatement": null,
"colour": 120
})
}
Expand Down
2 changes: 2 additions & 0 deletions health/heart/eletrodo/preparacao-torax-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<block type="imagem_prepad"></block>
<block type="imagem_rad"></block>
<block type="imagem_gel"></block>
</category>
<category name="Ação" colour="236">
<block type="acao1"></block>
<block type="acao2"></block>
<block type="acao3"></block>
Expand Down
Binary file added health/heart/eletrodo/preparacao-torax-2/robo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b4573d

Please sign in to comment.