mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
add ' button to spectate closest player to cursor, adjust spectate camera speed to be less jarring
This commit is contained in:
parent
4c6abf6424
commit
91c3f20747
2 changed files with 18 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue