Project

General

Profile

« Previous | Next » 

Revision 848c7953

Added by Leszek Koltunski over 3 years ago

Darken the orange color; lower the perspective FOV angle when playing with the Minx.

View differences:

src/main/java/org/distorted/objects/TwistyMinx.java
179 179
  TwistyMinx(int size, Static4D quat, DistortedTexture texture,
180 180
             MeshSquare mesh, DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
181 181
    {
182
    super(size, size, 60, quat, texture, mesh, effects, moves, ObjectList.MINX, res, scrWidth);
182
    super(size, size, 30, quat, texture, mesh, effects, moves, ObjectList.MINX, res, scrWidth);
183 183
    }
184 184

  
185 185
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff