diff --git a/public/game.data b/public/game.data deleted file mode 100644 index ace6350..0000000 Binary files a/public/game.data and /dev/null differ diff --git a/src/components/LovePlayground.vue b/src/components/LovePlayground.vue index 17fcd95..15d0345 100644 --- a/src/components/LovePlayground.vue +++ b/src/components/LovePlayground.vue @@ -43,12 +43,6 @@ onMounted(() => { window.onclick = function () { window.focus(); }; - window.addEventListener("keydown", function (e) { - // space and arrow keys - if ([32, 37, 38, 39, 40].indexOf(e.keyCode) > -1) { - e.preventDefault(); - } - }, false); const module = { arguments: ["./game.love"],