Merge remote-tracking branch 'origin/master' into map_assets

This commit is contained in:
rsninja722 2022-04-02 14:48:42 -04:00
commit 4c708e4809

View File

@ -75,6 +75,7 @@ pub async fn entrypoint(force_recreate_savefiles: bool) {
|builder| {
builder
.msaa_4x()
.resizable()
// .vsync()
.title(project_constants.game_name.as_str())
.height(project_constants.base_window_size.1 as i32)