Remove collision scaling.

This commit is contained in:
NotAKidoS 2022-11-22 17:26:17 -06:00
parent 33d0714429
commit 2ada1263cc
3 changed files with 4 additions and 86 deletions

View file

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