Free rusty maker name window
This commit is contained in:
parent
9b2f8113f3
commit
52742c8057
|
@ -53,7 +53,7 @@ impl Renderer {
|
||||||
|
|
||||||
let mut window = RenderWindow::new(
|
let mut window = RenderWindow::new(
|
||||||
(width, height),
|
(width, height),
|
||||||
"Bomberman",
|
"Free Rusty Maker",
|
||||||
Style::CLOSE,
|
Style::CLOSE,
|
||||||
&Default::default(),
|
&Default::default(),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue