| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -26,7 +26,7 @@ func _on_fov_slider_changed(value: float) -> void: | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					func _on_graphics_apply_button_pressed() -> void: | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						var values: Array = resolution_input.text.split_floats("x") | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						Globals.graphics_settings_changed.emit( | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							Vector2(int(values[0]), int(values[1])), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							Vector2i(values[0], values[1]), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							fullscreen_input.button_pressed, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							vsync_input.button_pressed | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						) | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |