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

beta.r3js.org
-=yb4f310 2018-03-19 09:41:23 +01:00
parent 52a5e5223c
commit bc4d2ebe3d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if (data.keyCode === GameLib.System.Input.KEY_DOWN) {
this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT
) {
if (this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT) {
this.state.flip = 1;
this.state.flip = -1;
} else {
this.state.flip = 0;
}