mirror of
				https://github.com/LDDestroier/CC/
				synced 2025-10-31 15:32:59 +00:00 
			
		
		
		
	Fixed the no turning thing
How did I miss that!?
This commit is contained in:
		| @@ -51,8 +51,10 @@ local move = function(direction) | ||||
|         turtle.forward() | ||||
|         pos.x = pos.x - math.cos(math.rad(pos.f * 90)) | ||||
| 	elseif direction == "left" then | ||||
| 		turtle.turnLeft() | ||||
| 		pos.f = (pos.f - 1) % 4 | ||||
| 	elseif direction == "right" then | ||||
| 		turtle.turnRight() | ||||
| 		pos.f = (pos.f + 1) % 4 | ||||
| 	end | ||||
| end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 LDDestroier
					LDDestroier