Fix again issue with merge conflicts
This commit is contained in:
parent
753ca2941d
commit
416ca62591
1 changed files with 2 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ function register() {
|
|||
}`;
|
||||
return `${code}\n`;
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
registerBlock(`${categoryPrefix}keypressed`, {
|
||||
message0: 'when in game key %1 pressed do %2 %3',
|
||||
|
|
@ -350,6 +350,7 @@ function register() {
|
|||
if(ev.key == ${MENU3}){${BLOCKS}}});`;
|
||||
return `${code}\n`;
|
||||
})
|
||||
}
|
||||
|
||||
const keyBoard = [
|
||||
["SPACE", "57"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue