Change window title.

This commit is contained in:
Thomas Gideon 2017-07-13 16:38:02 -04:00
parent d62e585d9f
commit c649baf6ab

View file

@ -4,7 +4,7 @@ extern crate piston_window;
use piston_window::*; use piston_window::*;
fn main() { 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) .exit_on_esc(true)
.resizable(false) .resizable(false)
.build() .build()