diff --git a/src/main.rs b/src/main.rs index f02bc49..265ac68 100644 --- a/src/main.rs +++ b/src/main.rs @@ -34,7 +34,7 @@ fn main() { .insert_resource(ClearColor(Color::rgb(0.4, 0.4, 0.4))) .add_plugins(DefaultPlugins.set(WindowPlugin { primary_window: Some(Window { - title: "Bevy game".to_string(), // ToDo + title: "Trouble in Terror Town: Source Crossed".to_string(), // ToDo // Bind to canvas included in `index.html` canvas: Some("#bevy".to_owned()), // Tells wasm not to override default event handling, like F5 and Ctrl+R