Project

General

Profile

« Previous | Next » 

Revision 02d80fe6

Added by Leszek Koltunski over 2 years ago

progress with off-center objects.

View differences:

src/main/java/org/distorted/objectlib/helpers/ObjectLibInterface.java
19 19

  
20 20
package org.distorted.objectlib.helpers;
21 21

  
22
///////////////////////////////////////////////////////////////////////////////////////////////////
23

  
24 22
import org.distorted.library.main.DistortedScreen;
25 23
import org.distorted.objectlib.main.ObjectControl;
26 24
import org.distorted.objectlib.main.ObjectType;
27 25

  
26
///////////////////////////////////////////////////////////////////////////////////////////////////
27

  
28 28
public interface ObjectLibInterface
29 29
  {
30
  // objectlib calls those in reaction to object state changing, app has to respond
30
  // objectlib calls those in reaction to object state changing, app might want to know about those
31 31
  void onWinEffectFinished(String debug, int scrambleNum);
32 32
  void onScrambleEffectFinished();
33 33
  void onBeginRotation();

Also available in: Unified diff