diff --git a/src/main.rs b/src/main.rs index 85adf58..50187a5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ use bevy_inspector_egui::DefaultInspectorConfigPlugin; use bevy_window::{PresentMode, Window, WindowPlugin}; use crate::app::AppPlugin; -const TITLE: &str = "Project Template"; +const TITLE: &str = "{{project-name}}"; const RESOLUTION: (f32,f32) = (1920f32, 1080f32); const RESIZABLE: bool = true; const DECORATIONS: bool = true;