mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Use Controller Toggle Gestures bind.
Toggle will not do anything if using Knuckles controllers. I do not own Knuckles so idk what it should do. 🤷
This commit is contained in:
parent
0f544878c1
commit
78c500598e
5 changed files with 42 additions and 99 deletions
|
@ -1,5 +1,5 @@
|
|||
using MelonLoader;
|
||||
using GestureLock.Properties;
|
||||
using GestureLock.Properties;
|
||||
using MelonLoader;
|
||||
using System.Reflection;
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@ using System.Reflection;
|
|||
nameof(GestureLock),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: ""
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/GestureLock"
|
||||
)]
|
||||
|
||||
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
|
||||
|
@ -25,6 +25,6 @@ using System.Reflection;
|
|||
namespace GestureLock.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "1.0.0";
|
||||
public const string Version = "1.1.0";
|
||||
public const string Author = "NotAKidoS";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue