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

beta.r3js.org
-=yb4f310 2018-03-19 11:32:34 +01:00
parent 602ca5a0ce
commit a64e0569eb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if (data.keyCode === GameLib.System.Input.KEY_UP) {
this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT
) {
if (this.state.orientation === GameLib.CustomCode.ORIENTATION_RIGHT) {
this.state.flip = -3;
this.state.flip = -4;
} else {
this.state.flip = -1;
}