Skip to content

Commit

Permalink
add easter egg
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzyhau committed Jan 19, 2023
1 parent 5bbaf67 commit ca3209f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Patches/FezLogo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public override void Draw(GameTime gameTime)

Viewport viewport = DrawingTools.GetViewport();
string hatText = $"HAT Mod Loader, version {Hat.Version}, {Hat.Instance.Mods.Count} mods installed";
if (Hat.Instance.Mods.Count == 69) hatText += "... nice";
Color textColor = Color.Lerp(Color.White, Color.Black, alpha);

DrawingTools.BeginBatch();
Expand Down

0 comments on commit ca3209f

Please sign in to comment.