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

beta.r3js.org
-=yb4f310 2018-03-19 11:21:47 +01:00
parent 3d2caabfb9
commit de16093b50
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) {
this.state.flip = -1;
this.state.flip = -3;
} else {
this.state.flip = 0;
}