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

beta.r3js.org
-=yb4f310 2018-03-19 11:32:18 +01:00
parent aca558a3b7
commit 602ca5a0ce
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 = 0;
this.state.flip = -3;
} else {
this.state.flip = -1;
}