Project

General

Profile

« Previous | Next » 

Revision e9a87113

Added by Leszek Koltunski over 2 years ago

Move the Movement class from ObjectList to individual object classes.

View differences:

src/main/java/org/distorted/tutorials/TutorialPreRender.java
97 97
    if( mNewObject!=null )
98 98
      {
99 99
      mNewObject.createTexture();
100
      mView.setMovement(object.getObjectMovementClass());
100
      mView.setMovement(mNewObject.getMovement());
101 101

  
102 102
      if( mScreenWidth!=0 )
103 103
        {

Also available in: Unified diff