mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Hastily implemented final endgame turret
This commit is contained in:
parent
8b0a86e883
commit
311118ae58
41 changed files with 349 additions and 34 deletions
|
|
@ -1611,7 +1611,7 @@ public class Fx{
|
|||
}
|
||||
}),
|
||||
|
||||
shootSmokeRavage = new Effect(70f, e -> {
|
||||
shootSmokeSmite = new Effect(70f, e -> {
|
||||
rand.setSeed(e.id);
|
||||
for(int i = 0; i < 13; i++){
|
||||
float a = e.rotation + rand.range(30f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue