Skip to content

Commit

Permalink
Updated old hourglass icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandmcneilly committed Oct 2, 2023
1 parent 756e894 commit e4fab8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added source/core/assets/images/hourglass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public void clicked(InputEvent event, float x, float y) {
Drawable attackIconDrawable = new TextureRegionDrawable(new TextureRegion(new Texture("images/attack.png")));
Image attackIconImage = new Image(attackIconDrawable);

Drawable fireRateDrawable = new TextureRegionDrawable(new TextureRegion(new Texture("images/glass.png")));
Drawable fireRateDrawable = new TextureRegionDrawable(new TextureRegion(new Texture("images/hourglass.png")));
Image fireRateImage = new Image(fireRateDrawable);


Expand Down

0 comments on commit e4fab8b

Please sign in to comment.