mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
fixes n stuff
This commit is contained in:
parent
760ab0b0ae
commit
6634a4163d
5 changed files with 31 additions and 25 deletions
|
@ -20,7 +20,6 @@ public class PickupPushPull : MelonMod
|
|||
public override void OnInitializeMelon()
|
||||
{
|
||||
Category_PickupPushPull = MelonPreferences.CreateCategory(nameof(PickupPushPull));
|
||||
Category_PickupPushPull.SaveToFile(false);
|
||||
|
||||
//Global settings
|
||||
Setting_PushPullSpeed = Category_PickupPushPull.CreateEntry("Push Pull Speed", 2f, description: "Up/down on right joystick for VR. Left buSettingr + Up/down on right joystick for Gamepad.");
|
||||
|
@ -58,6 +57,7 @@ public class PickupPushPull : MelonMod
|
|||
while (PickupPushPull_Module.Instance == null)
|
||||
yield return null;
|
||||
|
||||
UpdateVRBinding();
|
||||
UpdateAllSettings();
|
||||
}
|
||||
|
||||
|
@ -77,7 +77,7 @@ public class PickupPushPull : MelonMod
|
|||
//VR settings
|
||||
PickupPushPull_Module.Instance.VR_RotateHand = Setting_VR_RotateHand.Value;
|
||||
}
|
||||
|
||||
|
||||
private void UpdateVRBinding()
|
||||
{
|
||||
//VR special settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue