1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 17:29:24 +08:00

add: pause lua state when setting fast stage move duration

This commit is contained in:
0O0o0oOoO00
2025-11-21 22:24:42 +08:00
parent 550f852dac
commit bd6aeb6fef
4 changed files with 38 additions and 6 deletions

View File

@@ -88,6 +88,7 @@ void CrackerUI::draw_menu() {
auto& ins = Cracker::Instance(false);
ins.better_global_speedup_pause(false);
ins.skip_battle_celebrate_pause(false);
ins.fast_stage_move_pause(false);
ins.apply_config(m_cracker_config);
}
ImGui::SameLine();