fix collider mesh

This commit is contained in:
2024-04-29 22:14:29 -04:00
parent 771c212798
commit 55226f0181
3 changed files with 36 additions and 24 deletions

View File

@@ -17,9 +17,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()