From f142ef70ae7791f865602e73566918875eeae795 Mon Sep 17 00:00:00 2001 From: Elias Stepanik <40958815+eliasstepanik@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:39:25 +0100 Subject: [PATCH] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;