Skip to content

Commit

Permalink
Update Mindsutry.java
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-228 authored Apr 11, 2024
1 parent 15b6270 commit fddfa18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/nukethea/Mindsutry.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ public void loadContent() {
dagger.speed = 3f;
((BasicBulletType) dagger.weapons.get(0).bullet).width = 30f;
dagger.weapons.get(0).bullet.lifetime = 180f;
dagger.weapons.get(0).bullet.speed = 1f;
dagger.weapons.get(0).bullet.speed = 1f;

dagger.legBaseOffset = 5f;
dagger.legMaxLength = 5f;
}
}

0 comments on commit fddfa18

Please sign in to comment.