Change window title.

This commit is contained in:
Thomas Gideon 2017-07-13 16:38:02 -04:00
parent d62e585d9f
commit c649baf6ab
1 changed files with 1 additions and 1 deletions

View File

@ -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()