Project

General

Profile

« Previous | Next » 

Revision 7e8750c9

Added by Leszek Koltunski 2 months ago

progress with configurable stickers

View differences:

src/main/java/org/distorted/objectlib/main/ObjectControl.java
901 901

  
902 902
///////////////////////////////////////////////////////////////////////////////////////////////////
903 903

  
904
    public void repaintPuzzleFace(int cubit, int face, int color)
904
    public void repaintPuzzleFace(int cubit, int face, int color, float borders, float corners)
905 905
      {
906
      mPreRender.repaintPuzzleFace(cubit,face,color);
906
      mPreRender.repaintPuzzleFace(cubit,face,color,borders,corners);
907 907
      }
908 908

  
909 909
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff