diff --git a/src/game/state/boot.cpp b/src/game/state/boot.cpp index 4b47ed4..c0476a1 100644 --- a/src/game/state/boot.cpp +++ b/src/game/state/boot.cpp @@ -294,7 +294,7 @@ void boot::setup_resources() } else { - ctx.data_package_path = ctx.data_path / "data.zip"; + ctx.data_package_path = ctx.data_path / "antkeeper.dat"; } // Mount mods diff --git a/src/game/state/main-menu.cpp b/src/game/state/main-menu.cpp index 4cb00c1..aba481c 100644 --- a/src/game/state/main-menu.cpp +++ b/src/game/state/main-menu.cpp @@ -224,7 +224,7 @@ main_menu::main_menu(game::context& ctx, bool fade_in): if (fade_in) { // Fade in from black - ctx.fade_transition->transition(0.5f, true, ease::out_cubic); + ctx.fade_transition->transition(1.0f, true, ease::out_cubic); } else {