Fix again issue with merge conflicts

This commit is contained in:
Scratch-hv | Oeil-de-Lynx 2024-04-22 14:06:31 +00:00
commit 416ca62591

View file

@ -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"],