Skip to content

Commit 37250e1

Browse files
committed
Added custom 'old GMHS complete' stamp by Spoopy
1 parent bb8f334 commit 37250e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

GrandmasterHeartSideHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private static void renderOldGMHSCompletionStamp(ILContext il) {
168168
if (self.Area.GetSID() == "SpringCollab2020/5-Grandmaster/ZZ-NewHeartSide"
169169
&& (SaveData.Instance.GetAreaStatsFor(AreaData.Get("SpringCollab2020/5-Grandmaster/ZZ-HeartSide").ToKey())?.Modes[0].Completed ?? false)) {
170170

171-
MTN.FileSelect["heart"].Draw(self.Position + new Vector2(-580f, 130f));
171+
GFX.Gui["SpringCollab2020/OldGMHSStamp"].Draw(self.Position + new Vector2(40f, 150f));
172172
}
173173
});
174174
}
9.32 KB
Loading

0 commit comments

Comments
 (0)