- Update sourcces

This commit is contained in:
ParticleG
2024-10-31 00:51:48 +08:00
parent 6eba788236
commit 421e74e357
4 changed files with 3 additions and 3 deletions

View File

@@ -284,6 +284,6 @@ Module.expectedDataFileDownloads++;
}
}
loadPackage({"package_uuid":"5ca32ae2-b2b0-442a-9979-bd01511e61b2","remote_package_size":67875074,"files":[{"filename":"/game.love","crunched":0,"start":0,"end":67875074,"audio":false}]});
loadPackage({"package_uuid":"b12b675b-42f8-465e-87a9-d80074cf6df1","remote_package_size":67875074,"files":[{"filename":"/game.love","crunched":0,"start":0,"end":67875074,"audio":false}]});
})();

View File

@@ -55,7 +55,7 @@
window.addEventListener("keydown", function(e) {
// space and arrow keys
if([32, 37, 38, 39, 40].indexOf(e.keyCode) > -1) {
if([37, 38, 39, 40].indexOf(e.keyCode) > -1) {
e.preventDefault();
}
}, false);

File diff suppressed because one or more lines are too long

Binary file not shown.