Change window title.
This commit is contained in:
parent
d62e585d9f
commit
c649baf6ab
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ extern crate piston_window;
|
|||
use piston_window::*;
|
||||
|
||||
fn main() {
|
||||
let mut window: PistonWindow = WindowSettings::new("Ghostly Adventure", [640, 480])
|
||||
let mut window: PistonWindow = WindowSettings::new("Susuwatari Game", [640, 480])
|
||||
.exit_on_esc(true)
|
||||
.resizable(false)
|
||||
.build()
|
||||
|
|
Loading…
Reference in a new issue