Project

General

Profile

« Previous | Next » 

Revision 1335efec

Added by Leszek Koltunski about 4 years ago

Smaller halo.

View differences:

src/main/java/org/distorted/effects/win/WinEffectGlow.java
46 46

  
47 47
    Dynamic2D haloRadiusDyn = new Dynamic2D(duration,1.0f);
48 48
    haloRadiusDyn.add(new Static2D( 0, 0));
49
    haloRadiusDyn.add(new Static2D(20,50));
49
    haloRadiusDyn.add(new Static2D(15,50));
50 50
    haloRadiusDyn.add(new Static2D( 0, 0));
51 51

  
52 52
    Dynamic4D color= new Dynamic4D(duration,1.0f);

Also available in: Unified diff