fixes for hex select

This commit is contained in:
2024-05-31 19:36:30 -04:00
parent f491739ee8
commit ee0b17f4b6
2 changed files with 14 additions and 20 deletions

View File

@@ -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()