Wave effect has color now
This commit is contained in:
@@ -42,7 +42,7 @@ public class LogicFx{
|
|||||||
"smokePuff", new EffectEntry(Fx.smokePuff).color(),
|
"smokePuff", new EffectEntry(Fx.smokePuff).color(),
|
||||||
"sparkExplosion", new EffectEntry(Fx.titanExplosion).color(),
|
"sparkExplosion", new EffectEntry(Fx.titanExplosion).color(),
|
||||||
"crossExplosion", new EffectEntry(Fx.dynamicSpikes).size().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)
|
"bubble", new EffectEntry(Fx.airBubble)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ org.gradle.caching=true
|
|||||||
#used for slow jitpack builds; TODO see if this actually works
|
#used for slow jitpack builds; TODO see if this actually works
|
||||||
org.gradle.internal.http.socketTimeout=100000
|
org.gradle.internal.http.socketTimeout=100000
|
||||||
org.gradle.internal.http.connectionTimeout=100000
|
org.gradle.internal.http.connectionTimeout=100000
|
||||||
archash=39383f973e
|
archash=152e49944a
|
||||||
|
|||||||
Reference in New Issue
Block a user