mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	Add 120hz refresh rate
This commit is contained in:
		
							parent
							
								
									1092975f08
								
							
						
					
					
						commit
						3672f52619
					
				@ -215,7 +215,7 @@ export const allApplicationSettings = [
 | 
			
		||||
    }),
 | 
			
		||||
 | 
			
		||||
    new EnumSetting("refreshRate", {
 | 
			
		||||
        options: ["60", "100", "144", "165", "250", G_IS_DEV ? "10" : "500"],
 | 
			
		||||
        options: ["60", "100", "120", "144", "165", "250", G_IS_DEV ? "10" : "500"],
 | 
			
		||||
        valueGetter: rate => rate,
 | 
			
		||||
        textGetter: rate => rate + " Hz",
 | 
			
		||||
        category: categoryGame,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user