Skip to content

Commit f2da3dc

Browse files
committed
Vanstar unit stuff
1 parent eb91dc0 commit f2da3dc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/exogenesis/ExogenesisMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ public void loadContent(){
7373
ExoDamageTypes.load();
7474
ExoTeams.load();
7575
ExoStatusEffects.load();
76+
ExoSounds.load();
7677
ExoWeathers.load();
7778
ExoAttribute.load();
78-
ExoSounds.load();
7979
ExoUnitTypes.load();
8080
ExoVanillaUnitTypes.load();
8181
ExoLiquids.load();

src/exogenesis/content/ExoSounds.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
public class ExoSounds{
1313
public static Sound
14-
cannon, coolplasmaboom, jumpIn, thunderstorm,
14+
cannon, coolplasmaboom, jumpIn,
1515
matter = new Sound(),
16+
thunderstorm = new Sound(),
1617
jupiterImpact = new Sound(),
1718
jupiterShoot = new Sound(),
1819
funnylaserloop = new Sound(),

src/exogenesis/content/ExoWeathers.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import arc.util.Time;
55
import exogenesis.type.weather.LightningStorm;
66
import mindustry.content.StatusEffects;
7+
import exogenesis.content.ExoSounds;
78
import mindustry.gen.Sounds;
89
import mindustry.type.Weather;
910
import mindustry.type.weather.ParticleWeather;

0 commit comments

Comments
 (0)