Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Correct Alert Button
Browse files Browse the repository at this point in the history
  • Loading branch information
ismywb committed May 22, 2022
1 parent f5b30fd commit 37eef0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added TheOtherRoles/Resources/Alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion TheOtherRoles/TheOtherRoles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public static class Veteren {
private static Sprite buttonSprite;
public static Sprite getButtonSprite() {
if (buttonSprite) return buttonSprite;
buttonSprite = Helpers.loadSpriteFromResources("TheOtherRoles.Resources.TimeShieldButton.png", 115f);
buttonSprite = Helpers.loadSpriteFromResources("TheOtherRoles.Resources.Alert.png", 115f);
return buttonSprite;
}

Expand Down

0 comments on commit 37eef0c

Please sign in to comment.