Skip to content

Commit aff43ba

Browse files
committed
Update black hole renderer
1 parent a52bb03 commit aff43ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mindustryBEVersion =
2626
# Arc version, should either follow `mindustryVersion` for release or whatever hash bleeding-edge Mindustry uses.
2727
arcVersion = v146
2828
# My black hole renderer. Just use the latest release.
29-
blackHoleRendererVersion = v10
29+
blackHoleRendererVersion = v11
3030

3131
##### Android SDK configuration for building Android artifacts.
3232
# Android platform SDK version.

src/progressed/content/bullets/PayloadBullets.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public static void load(){
409409
swirlEffect = MissileFx.bigBlackHoleSwirl;
410410
loopSoundVolume = 6f;
411411

412-
horizonRadius = 18f * tilesize;
412+
damageRadius = 18f * tilesize;
413413
suctionRadius = 64f * tilesize;
414414
}};
415415
}};

0 commit comments

Comments
 (0)