fixed centered collision, updated skinwidth to match latest patch

This commit is contained in:
NotAKidoS 2022-10-01 18:17:25 -05:00
parent 27c442a41b
commit 32c3ebc6ef
4 changed files with 31 additions and 22 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace MenuScalePatch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.0";
public const string Version = "1.1.0";
public const string Author = "NotAKidoS";
}