Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 11, 2014, 12:07:05 PM (11 years ago)
Author:
fvultier
Message:

Neue Platformen werden zur Laufzeit hinzugefugt, wenn sich die Ansicht nach oben verschiebt. Eigene Modelle importieren funktioniert.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickupsFS14/src/modules/jump/JumpShip.h

    r10022 r10032  
    7373            WeakPtr<Jump> getGame();
    7474            WeakPtr<Jump> game;
    75             WeakPtr<Camera> camera;
    7675            const float xVelocity = 150.0f;
    7776            const float xBoundary = 200.0f;
     
    10099            bool downPressed;
    101100
    102             float yScreenPosition;
    103101            float yVelocity;
    104102            const float yAcceleration = 10.0f;
    105103            const float ySpeedAfterJump = 300.0f;
    106 
    107             JumpPlatform* platform;
    108104    };
    109105}
Note: See TracChangeset for help on using the changeset viewer.