fullscreen, resizable = false
This commit is contained in:
		
							parent
							
								
									991df7d76e
								
							
						
					
					
						commit
						e50d1f4954
					
				| 
						 | 
					@ -23,7 +23,8 @@ pub const HEIGHT: f32 = 780.;
 | 
				
			||||||
fn window_conf() -> Conf {
 | 
					fn window_conf() -> Conf {
 | 
				
			||||||
    Conf {
 | 
					    Conf {
 | 
				
			||||||
        window_title: "Asteroids".to_string(),
 | 
					        window_title: "Asteroids".to_string(),
 | 
				
			||||||
        // fullscreen: true,
 | 
					        fullscreen: false,
 | 
				
			||||||
 | 
					        window_resizable: false,
 | 
				
			||||||
        window_width: 1400,
 | 
					        window_width: 1400,
 | 
				
			||||||
        window_height: 800,
 | 
					        window_height: 800,
 | 
				
			||||||
        ..Default::default()
 | 
					        ..Default::default()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue