Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2014, 4:05:52 PM (11 years ago)
Author:
fvultier
Message:

Anzeigen eines .mesh files funktioniert. Es wird nicht im Level-File geladen sondern dynamisch zur laufzeit, wenn die s-taste gedrueckt wird.

File:
1 edited

Legend:

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

    r10017 r10022  
    4040#include "graphics/Camera.h"
    4141#include "weapons/projectiles/Projectile.h"
     42#include "JumpPlatform.h"
    4243
    4344namespace orxonox
     
    103104            const float yAcceleration = 10.0f;
    104105            const float ySpeedAfterJump = 300.0f;
     106
     107            JumpPlatform* platform;
    105108    };
    106109}
Note: See TracChangeset for help on using the changeset viewer.