Update: CC - Bacon - Key Down (dgscoensvf.js) 26 bytes modified

beta.r3js.org
-=yb4f310 2018-02-18 19:16:37 +01:00
parent 6c20668f60
commit f456f0b803
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ if (data.code === 'ArrowDown' ||
this.rotateBlock(true);
}
if (data.code === 'Space') {
if (data.code === 'Space' ||
data.code === ' '
) {
this.ccBeforeRender.drop = true;
}