mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 07:04:20 +00:00 
			
		
		
		
	Fix: better screen curvature values.
This commit is contained in:
		| @@ -18,7 +18,7 @@ TerminalFrame{ | |||||||
|                         terminal.width + 30 * shadersettings.total_scaling, |                         terminal.width + 30 * shadersettings.total_scaling, | ||||||
|                         terminal.height + 30 * shadersettings.total_scaling) |                         terminal.height + 30 * shadersettings.total_scaling) | ||||||
|  |  | ||||||
|     distortionCoefficient: 1.8 |     distortionCoefficient: 2.4 | ||||||
|  |  | ||||||
|     displacementLeft: 70.0 |     displacementLeft: 70.0 | ||||||
|     displacementTop: 55.0 |     displacementTop: 55.0 | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ TerminalFrame{ | |||||||
|                         terminal.width + 20 * shadersettings.total_scaling, |                         terminal.width + 20 * shadersettings.total_scaling, | ||||||
|                         terminal.height+ 10 * shadersettings.total_scaling) |                         terminal.height+ 10 * shadersettings.total_scaling) | ||||||
|  |  | ||||||
|     distortionCoefficient: 1.3 |     distortionCoefficient: 1.75 | ||||||
|  |  | ||||||
|     displacementLeft: 43.0 |     displacementLeft: 43.0 | ||||||
|     displacementTop: 40.0 |     displacementTop: 40.0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user