Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Feb 1, 2024
1 parent 808cae5 commit d2926a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public enum TransitionStep // TAS: publicized
public static int Width => Save.Instance.SimplifiedGraphics ? HDWidth : GameWidth;
public static int Height => Save.Instance.SimplifiedGraphics ? HDHeight : GameHeight;
public static readonly Version Version = typeof(Game).Assembly.GetName().Version!;
public static readonly Version TASVersion = new Version(0, 1, 0);
public static readonly Version TASVersion = new Version(0, 2, 0);
public static readonly string VersionString = $"v.{Version.Major}.{Version.Minor}.{Version.Build} - TAS v.{TASVersion.Major}.{TASVersion.Minor}.{TASVersion.Build}";

public const float GameRelativeScale = GameHeight / 360.0f;
Expand Down

0 comments on commit d2926a4

Please sign in to comment.