mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 07:04:20 +00:00 
			
		
		
		
	Reduced opacity of flash and changed default settings
This commit is contained in:
		| @@ -8,7 +8,7 @@ Item{ | |||||||
|  |  | ||||||
|     property real brightness_flickering: 0.2 |     property real brightness_flickering: 0.2 | ||||||
|     property real noise_strength: 0.1 |     property real noise_strength: 0.1 | ||||||
|     property real screen_distortion: 0.0 |     property real screen_distortion: 0.15 | ||||||
|     property real glowing_line_strength: 0.4 |     property real glowing_line_strength: 0.4 | ||||||
|     //property real faulty_screen_prob: 1.0 |     //property real faulty_screen_prob: 1.0 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -134,7 +134,7 @@ TerminalScreen { | |||||||
|             NumberAnimation { |             NumberAnimation { | ||||||
|                 target: flash |                 target: flash | ||||||
|                 property: "opacity" |                 property: "opacity" | ||||||
|                 to: 1 |                 to: 0.5 | ||||||
|                 duration: 75 |                 duration: 75 | ||||||
|             } |             } | ||||||
|             NumberAnimation { |             NumberAnimation { | ||||||
|   | |||||||
| @@ -196,7 +196,7 @@ ApplicationWindow{ | |||||||
|             id: frame |             id: frame | ||||||
|             anchors.fill: parent |             anchors.fill: parent | ||||||
|             z: 2.1 |             z: 2.1 | ||||||
|             source: "./frames/NoFrame.qml" |             source: "./frames/WhiteSimpleFrame.qml" | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         TerminalScreen { |         TerminalScreen { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user