Update main.rs
This commit is contained in:
parent
16e4f66f78
commit
f142ef70ae
@ -12,7 +12,7 @@ use bevy_inspector_egui::DefaultInspectorConfigPlugin;
|
|||||||
use bevy_window::{PresentMode, Window, WindowPlugin};
|
use bevy_window::{PresentMode, Window, WindowPlugin};
|
||||||
use crate::app::AppPlugin;
|
use crate::app::AppPlugin;
|
||||||
|
|
||||||
const TITLE: &str = "Project Template";
|
const TITLE: &str = "{{project-name}}";
|
||||||
const RESOLUTION: (f32,f32) = (1920f32, 1080f32);
|
const RESOLUTION: (f32,f32) = (1920f32, 1080f32);
|
||||||
const RESIZABLE: bool = true;
|
const RESIZABLE: bool = true;
|
||||||
const DECORATIONS: bool = true;
|
const DECORATIONS: bool = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user