Skip to content

Commit

Permalink
i forgor 💀💀
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Nov 28, 2023
1 parent c41da17 commit d008861
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified core/res/sprites/units/weapons/standard-weapon1.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 modified core/res/sprites/units/weapons/standard-weapon2.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 removed core/res/sprites/units/weapons/standard1.png
Binary file not shown.
Binary file removed core/res/sprites/units/weapons/standard2.png
Binary file not shown.
2 changes: 1 addition & 1 deletion core/src/fos/type/content/WeaponSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void load() {
for (Weapon weapon : weapons)
weapon.load();

fullIcon = weapons.first().region;
fullIcon = uiIcon = weapons.first().region;
}

@Override
Expand Down

0 comments on commit d008861

Please sign in to comment.