Skip to content
Snippets Groups Projects
Verified Commit 39418ff4 authored by Louis's avatar Louis :fire:
Browse files

Default canvas to fit parent

parent c84a4cf2
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ pub fn configure_default_plugins() -> PluginGroupBuilder {
mode: WindowMode::Windowed,
title: String::from("Bevy 2D Template"),
present_mode: PresentMode::AutoNoVsync,
fit_canvas_to_parent: true,
..Default::default()
},
..Default::default()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment