Update: CC - Snake FS - Key Up (306204wy29.js) 2 bytes modified

beta.r3js.org
-=yb4f310 2018-03-19 08:39:34 +01:00
parent ea07c813c7
commit 1c6ebb92b2
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ if (data.keyCode === GameLib.System.Input.KEY_RIGHT) {
this.state.orientation === GameLib.CustomCode.ORIENTATION_DOWN
) {
if (this.state.orientation === GameLib.CustomCode.ORIENTATION_DOWN) {
if (this.state.orientation === GameLib.CustomCode.ORIENTATION_UP) {
this.state.flip = true;
} else {
this.state.flip = false;