Wave effect has color now

This commit is contained in:
Anuken
2023-09-03 21:12:46 -04:00
parent 2882f7840e
commit 0e24b67d09
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ public class LogicFx{
"smokePuff", new EffectEntry(Fx.smokePuff).color(),
"sparkExplosion", new EffectEntry(Fx.titanExplosion).color(),
"crossExplosion", new EffectEntry(Fx.dynamicSpikes).size().color(),
"wave", new EffectEntry(Fx.dynamicWave).size(),
"wave", new EffectEntry(Fx.dynamicWave).size().color(),
"bubble", new EffectEntry(Fx.airBubble)
);

View File

@@ -25,4 +25,4 @@ org.gradle.caching=true
#used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
archash=39383f973e
archash=152e49944a