disable my window position
This commit is contained in:
@@ -62,7 +62,7 @@ fn setup(mut commands: Commands, mut window: Query<&mut Window>) {
|
||||
|
||||
window.title = "Kneeboard".to_string();
|
||||
window.resolution = WindowResolution::new(550, 720);
|
||||
window.position = WindowPosition::new(IVec2::new(2560 + 1280, 600));
|
||||
// window.position = WindowPosition::new(IVec2::new(2560 + 1280, 600));
|
||||
window.present_mode = PresentMode::AutoNoVsync;
|
||||
window.fit_canvas_to_parent = false;
|
||||
window.prevent_default_event_handling = false;
|
||||
|
||||
Reference in New Issue
Block a user