This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var forward = true; | |
var rotateClockwise = true; | |
var turnClockwise = true; | |
var correctCannonForTurning = true; | |
var attackClone = false; | |
var startedScanClockwise = true; | |
var spotted = false; | |
var moveSpeed = 3; | |
var rotateSpeed = 2; | |
var turnSpeed = 0; |