Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
News pop-up dismissal cue update #80
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpersi committed Jun 6, 2019
1 parent 34c5573 commit 08fd2ba
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/MainThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,8 @@ static void loadCues() {
addCue("Bounties", loadImage("cues/cueBounties.png"), new Bounds(320, 63, 480, 103));
addCue("Loot", loadImage("cues/cueLoot.png"), null);

addCue("News", loadImage("cues/cueNewsPopup.png"), new Bounds(345, 60, 365, 85)); // news popup
addCue("Close", loadImage("cues/cueClose.png"), null); // close button used with "News" popup, also when defeated in dungeon, etc.
addCue("News", loadImage("cues/cueSteamNewsPopup.png"), new Bounds(345, 110, 455, 170)); // news popup
addCue("Close", loadImage("cues/cueSteamClose.png"), null); // close button used with "News" popup, also when defeated in dungeon, etc.

addCue("Ad", loadImage("cues/cueAd.png"), new Bounds(720, 100, 750, 410)); // main screen ad button cue. Note that sometimes it is higher up on the screen than other times (during GvG week, it will be higher up, above GvG icon)
addCue("AdPopup", loadImage("cues/cueAdPopup.png"), null);
Expand Down
Binary file removed src/main/resources/cues/cueClose.png
Binary file not shown.
Binary file removed src/main/resources/cues/cueNewsPopup.png
Binary file not shown.
Binary file added src/main/resources/cues/cueSteamClose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/cues/cueSteamNewsPopup.png
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 08fd2ba

Please sign in to comment.