Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2011, 4:21:14 PM (13 years ago)
Author:
dafrick
Message:

Making NotificationQueue XML-loadable. Adding notifications to all levels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutoriallevel3/src/modules/notifications/NotificationManager.cc

    r8453 r8636  
    411411    void NotificationManager::loadQueues(void)
    412412    {
    413         NotificationQueueCEGUI* allQueue = new NotificationQueueCEGUI("all");
     413        /*NotificationQueueCEGUI* allQueue = new NotificationQueueCEGUI("all");
    414414        allQueue->setDisplaySize(Vector2(0.5, 0));
    415415        allQueue->setPosition(Vector4(0.0, 10, 0.3, 0));
     
    420420        infoQueue->setFontColor(Vector4(1.0, 1.0, 0.0, 0.8));
    421421        infoQueue->setAlignment("HorzCentred");
    422         infoQueue->setDisplaySize(Vector2(0.6, 0.0));
     422        infoQueue->setDisplaySize(Vector2(0.6, 0.0));*/
    423423    }
    424424
Note: See TracChangeset for help on using the changeset viewer.