Skip to content

Commit

Permalink
boss timers: add tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
sethtroll committed Feb 19, 2018
1 parent 59b1b71 commit 413eb6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public void onActorDeath(ActorDeath death)
log.debug("Creating spawn timer for {} ({} seconds)", actor.getName(), boss.getSpawnTime());

RespawnTimer timer = new RespawnTimer(boss, itemManager.getImage(boss.getItemSpriteId()));
timer.setTooltip(boss.getName());
infoBoxManager.addInfoBox(timer);
}
}

0 comments on commit 413eb6d

Please sign in to comment.