Project

General

Profile

« Previous | Next » 

Revision be56193c

Added by Leszek Koltunski about 3 years ago

Move all the special cubit-creating code out of FactoryCubit and to the Object classes, and thus hopefully finish implementing the new cubit creating engine.

View differences:

src/main/java/org/distorted/helpers/FactorySticker.java
24 24

  
25 25
import static org.distorted.objects.TwistyObject.TEXTURE_HEIGHT;
26 26
import static org.distorted.objects.TwistyObject.COLOR_BLACK;
27
import static org.distorted.helpers.FactoryCubit.IVY_D;
28
import static org.distorted.helpers.FactoryCubit.IVY_C;
29
import static org.distorted.helpers.FactoryCubit.IVY_M;
30
import static org.distorted.helpers.FactoryCubit.REX_D;
27
import static org.distorted.objects.TwistyIvy.IVY_D;
28
import static org.distorted.objects.TwistyIvy.IVY_C;
29
import static org.distorted.objects.TwistyIvy.IVY_M;
30
import static org.distorted.objects.TwistyRex.REX_D;
31 31

  
32 32
///////////////////////////////////////////////////////////////////////////////////////////////////
33 33

  

Also available in: Unified diff