1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 02:44:17 +00:00

Turn off Input Display by default since it has stutters

This commit is contained in:
jugeeya 2023-09-06 22:59:09 -07:00 committed by GitHub
parent 20c35b71d8
commit 696376930d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ pub static DEFAULTS_MENU: TrainingModpackMenu = TrainingModpackMenu {
frame_advantage: OnOff::Off,
full_hop: BoolFlag::TRUE,
hitbox_vis: OnOff::Off,
input_display: InputDisplay::Smash,
input_display: InputDisplay::None,
input_display_status: OnOff::Off,
hud: OnOff::On,
input_delay: Delay::D0,