rust_pong/resources/display_config.ron

11 lines
178 B
Plaintext
Raw Normal View History

2019-04-21 17:29:37 -05:00
(
title: "Pong!",
dimensions: Some((875, 500)),
2019-04-21 17:29:37 -05:00
max_dimensions: None,
min_dimensions: None,
fullscreen: false,
multisampling: 0,
visibility: true,
vsync: true,
)