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:
NotAKidoS 2022-09-07 17:58:41 -05:00
parent 0f544878c1
commit 78c500598e
5 changed files with 42 additions and 99 deletions

View file

@ -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";
}