mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
Stickers: replaced haptics option with double-click tab action
This commit is contained in:
parent
33a99dac8a
commit
30edef14e5
7 changed files with 37 additions and 7 deletions
|
@ -50,6 +50,9 @@ public static class ModSettings
|
|||
internal static readonly MelonPreferences_Entry<KeyBind> Entry_PlaceBinding =
|
||||
Category.CreateEntry("place_binding", KeyBind.G, "Sticker Bind", "The key binding to place stickers.");
|
||||
|
||||
internal static readonly MelonPreferences_Entry<TabDoubleClick> Entry_TabDoubleClick =
|
||||
Category.CreateEntry("tab_double_click", TabDoubleClick.ToggleStickerMode, "Tab Double Click", "The action to perform when double clicking the Stickers tab.");
|
||||
|
||||
internal static readonly MelonPreferences_Entry<string[]> Hidden_SelectedStickerNames =
|
||||
Category.CreateEntry("selected_sticker_name", Array.Empty<string>(),
|
||||
display_name: "Selected Sticker Name",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue