From c4902f385fdc6e93d5dd2e396802dbd230ed7bfe Mon Sep 17 00:00:00 2001 From: William K Date: Wed, 7 Feb 2018 09:58:35 +0100 Subject: [PATCH] Update GameOver Position to [190, -82] --- GameManipulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameManipulator.js b/GameManipulator.js index ec557ba..649a73a 100755 --- a/GameManipulator.js +++ b/GameManipulator.js @@ -28,7 +28,7 @@ var GameManipulator = { gamestate: 'OVER', // GameOver Position - gameOverOffset: [190, -75], + gameOverOffset: [190, -82], //old value [190, -75] // Stores an array of "sensors" (Ray tracings) // Positions are always relative to global "offset"