diff --git a/21g30t1e75.js b/21g30t1e75.js index 0752fb7..840c348 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1082,9 +1082,12 @@ GameLib.Event.Subscribe( } ); - this.state = { - orientation : GameLib.CustomCode.ORIENTATION_UP - }; + this.state = { + orientation : 0, + turning : false, + flip : 0, + eating : false + }; this.initializeGrid(); this.visualizeGrid();