Skip to content

Commit

Permalink
Merge pull request #981 from towerofnix/fix-key-pressed-import
Browse files Browse the repository at this point in the history
Make "key pressed?" sensing block import correctly
  • Loading branch information
ericrosenbaum committed Mar 16, 2018
2 parents 1d90c82 + 6517bd0 commit ec0eca2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/serialization/sb2_specmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,9 @@ const specMap = {
opcode: 'sensing_keypressed',
argMap: [
{
type: 'field',
fieldName: 'KEY_OPTION'
type: 'input',
inputOp: 'sensing_keyoptions',
inputName: 'KEY_OPTION'
}
]
},
Expand Down

0 comments on commit ec0eca2

Please sign in to comment.