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

beta.r3js.org
-=yb4f310 2018-03-19 11:22:12 +01:00
parent de16093b50
commit e3283420e6
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ if (data.keyCode === GameLib.System.Input.KEY_RIGHT) {
) { ) {
if (this.state.orientation === GameLib.CustomCode.ORIENTATION_UP) { if (this.state.orientation === GameLib.CustomCode.ORIENTATION_UP) {
this.state.flip = -3; this.state.flip = -1;
} else { } else {
this.state.flip = 0; this.state.flip = 0;
} }