Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10453 in orxonox.OLD


Ignore:
Timestamp:
Jan 28, 2007, 6:24:37 PM (17 years ago)
Author:
patrick
Message:

scrolling screen prototype

Location:
trunk/src/world_entities
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/WorldEntities.am

    r10437 r10453  
    2626                world_entities/test_entity2.cc \
    2727                world_entities/blackscreen.cc \
     28                world_entities/scrolling_screen.cc \
    2829                world_entities/planet.cc \
    2930                world_entities/bsp_entity.cc \
     
    158159                test_entity2.h \
    159160                blackscreen.h \
     161                scrolling_screen.h \
    160162                planet.h \
    161163                bsp_entity.h \
  • trunk/src/world_entities/blackscreen.cc

    r10424 r10453  
    6868{
    6969  this->registerObject(this, BlackScreen::_objectList);
    70   this->toList(OM_GROUP_00);
     70  this->toList(OM_COMMON);
    7171
    7272  this->material = new Material();
Note: See TracChangeset for help on using the changeset viewer.