Project

General

Profile

« Previous | Next » 

Revision e91771e4

Added by Leszek Koltunski 2 months ago

progress with configurable stickers

View differences:

src/main/java/org/distorted/config/ConfigActivity.java
164 164
      }
165 165

  
166 166
///////////////////////////////////////////////////////////////////////////////////////////////////
167
    
167

  
168
    void repaintPuzzleFace(int cubit, int face)
169
      {
170
      if( mPane!=null )
171
        {
172
        int color = mPane.getCurrentColor();
173
        ConfigSurfaceView view = findViewById(R.id.configSurfaceView);
174
        ObjectControl control = view.getObjectControl();
175
        control.repaintPuzzleFace(cubit,face,color);
176
        }
177
      }
178

  
179
///////////////////////////////////////////////////////////////////////////////////////////////////
180

  
168 181
    @Override
169 182
    protected void onDestroy() 
170 183
      {

Also available in: Unified diff