Allow tour window to be resized
This commit is contained in:
parent
f9bfe43acc
commit
247b27f4ca
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ pub fn main() -> ggez::GameResult {
|
||||||
.window_mode(ggez::conf::WindowMode {
|
.window_mode(ggez::conf::WindowMode {
|
||||||
width: 1280.0,
|
width: 1280.0,
|
||||||
height: 1024.0,
|
height: 1024.0,
|
||||||
|
resizable: true,
|
||||||
..ggez::conf::WindowMode::default()
|
..ggez::conf::WindowMode::default()
|
||||||
})
|
})
|
||||||
.build()?
|
.build()?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue