Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-MathGuy committed Mar 30, 2024
1 parent bfb16a1 commit 1b2753b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified assets/sprites-override/vanquish-point-weapon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/nukethea/Mindsutry.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ public Mindsutry() {

public void loadContent() {
Log.info("Loading vanquish mods...");
for (int i = 1; i < UnitTypes.vanquish.weapons.size; i++) {
for (int i = 1; i < UnitTypes.vanquish.weapons.size; i++) {
UnitTypes.vanquish.weapons.get(i).top = true;
UnitTypes.vanquish.weapons.get(i).shootY = -0.5f;
}
}
}
}

0 comments on commit 1b2753b

Please sign in to comment.