Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…b#1535: add Array_Image type,
  • Loading branch information
NiHoffmann authored and bjost2s committed Mar 1, 2024
1 parent 544d36b commit 6013984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions blockly_compressed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ Blockly.Blocks['actions_display_image'] = {
}, {
type: 'input_value',
name: 'VALUE',
check: 'Image'
check: ["Image","Array_Image"]
}],
colour: Blockly.CAT_ACTION_RGB,
previousStatement: true,
Expand Down

0 comments on commit 6013984

Please sign in to comment.