Skip to content

Commit

Permalink
Added custom 'old GMHS complete' stamp by Spoopy
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 committed Mar 23, 2021
1 parent bb8f334 commit 37250e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GrandmasterHeartSideHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private static void renderOldGMHSCompletionStamp(ILContext il) {
if (self.Area.GetSID() == "SpringCollab2020/5-Grandmaster/ZZ-NewHeartSide"
&& (SaveData.Instance.GetAreaStatsFor(AreaData.Get("SpringCollab2020/5-Grandmaster/ZZ-HeartSide").ToKey())?.Modes[0].Completed ?? false)) {

MTN.FileSelect["heart"].Draw(self.Position + new Vector2(-580f, 130f));
GFX.Gui["SpringCollab2020/OldGMHSStamp"].Draw(self.Position + new Vector2(40f, 150f));
}
});
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37250e1

Please sign in to comment.