mirror of
				https://github.com/LDDestroier/CC/
				synced 2025-10-31 07:22:59 +00:00 
			
		
		
		
	Update tron.lua
This commit is contained in:
		
							
								
								
									
										4
									
								
								tron.lua
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tron.lua
									
									
									
									
									
								
							| @@ -605,9 +605,9 @@ local startCountdown = function() | |||||||
| 	for i = 3, 1, -1 do | 	for i = 3, 1, -1 do | ||||||
| 		render() | 		render() | ||||||
| 		termsetTextColor(colors.white) | 		termsetTextColor(colors.white) | ||||||
| 		for x = 1, #cMessage do | 		for x = 1, #cMessage+1 do | ||||||
| 			termsetCursorPos(-1 + x + mathfloor(scr_x / 2 - (#cMessage + #cName) / 2), mathfloor(scr_y / 2) + 2) | 			termsetCursorPos(-1 + x + mathfloor(scr_x / 2 - (#cMessage + #cName) / 2), mathfloor(scr_y / 2) + 2) | ||||||
| 			if cMessage:sub(x,x) ~= " " then | 			if cMessage:sub(x,x) ~= " " and x <= #cMessage then | ||||||
| 				termwrite(cMessage:sub(x,x)) | 				termwrite(cMessage:sub(x,x)) | ||||||
| 			end | 			end | ||||||
| 		end | 		end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 LDDestroier
					LDDestroier