Project

General

Profile

« Previous | Next » 

Revision 0310ac32

Added by Leszek Koltunski over 2 years ago

Bugfixes

View differences:

src/main/java/org/distorted/objectlib/main/Twisty8.java
48 48

  
49 49
///////////////////////////////////////////////////////////////////////////////////////////////////
50 50

  
51
  int getColor(int face)
51
  protected int getColor(int face)
52 52
    {
53 53
    return FACE_COLORS[face];
54 54
    }
55 55

  
56 56
///////////////////////////////////////////////////////////////////////////////////////////////////
57 57

  
58
  int getNumFaceColors()
58
  protected int getNumFaceColors()
59 59
    {
60 60
    return 8;
61 61
    }
62 62

  
63 63
///////////////////////////////////////////////////////////////////////////////////////////////////
64 64

  
65
  int getFOV()
65
  protected int getFOV()
66 66
    {
67 67
    return 60;
68 68
    }
69 69

  
70 70
///////////////////////////////////////////////////////////////////////////////////////////////////
71 71

  
72
  float getScreenRatio()
72
  protected float getScreenRatio()
73 73
    {
74 74
    return 0.65f;
75 75
    }
76 76

  
77 77
///////////////////////////////////////////////////////////////////////////////////////////////////
78 78

  
79
  float returnMultiplier()
79
  protected float returnMultiplier()
80 80
    {
81 81
    return 1.5f;
82 82
    }

Also available in: Unified diff