Update main.rs

This commit is contained in:
Elias Stepanik 2025-03-24 00:39:25 +01:00 committed by GitHub
parent 16e4f66f78
commit f142ef70ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;