add ' button to spectate closest player to cursor, adjust spectate camera speed to be less jarring

This commit is contained in:
bgkillas 2024-11-23 23:55:00 -05:00
parent 4c6abf6424
commit 91c3f20747
2 changed files with 18 additions and 2 deletions

View file

@ -135,6 +135,15 @@ local function build_settings()
is_waiting_for_input = false,
scope = MOD_SETTING_SCOPE_RUNTIME,
},
{
id = "rebind_mspectate",
ui_name = "spectate near Button",
ui_description = "self.",
value_default = "52",
ui_fn = ui_get_input,
is_waiting_for_input = false,
scope = MOD_SETTING_SCOPE_RUNTIME,
},
},
},
}