Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 1, 2007, 3:32:36 AM (18 years ago)
Author:
marcscha
Message:

Wobblegrid addition for alienweapons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r10152 r10154  
    3737#include "particles/sprite_particles.h"
    3838#include "effects/trail.h"
     39
     40#include "effects/wobblegrid.h"
    3941
    4042#include "util/loading/factory.h"
     
    370372
    371373  this->toList(OM_GROUP_00);
     374
     375  Wobblegrid* test  = new Wobblegrid(5);
     376  test->setTexture("maps/fichte_ast6.tga");
     377 
     378  test->setAbsCoor( this->getAbsCoor() + Vector(0, 2, 0));
     379  test->setParent( this);
     380 
    372381}
    373382
Note: See TracChangeset for help on using the changeset viewer.