fixes for hex select
This commit is contained in:
@@ -20,9 +20,9 @@ fn main() {
|
||||
primary_window: Some(Window {
|
||||
title: "Phos".into(),
|
||||
name: Some("phos".into()),
|
||||
// resolution: (1920., 1080.).into(),
|
||||
resolution: (1920., 1080.).into(),
|
||||
present_mode: PresentMode::AutoNoVsync,
|
||||
mode: bevy::window::WindowMode::BorderlessFullscreen,
|
||||
// mode: bevy::window::WindowMode::BorderlessFullscreen,
|
||||
..default()
|
||||
}),
|
||||
..default()
|
||||
|
||||
Reference in New Issue
Block a user