Free rusty maker name window

This commit is contained in:
Thomas Forgione 2018-10-04 21:57:16 +02:00
parent 9b2f8113f3
commit 52742c8057
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ impl Renderer {
let mut window = RenderWindow::new(
(width, height),
"Bomberman",
"Free Rusty Maker",
Style::CLOSE,
&Default::default(),
);