Changeset 8451 for code/branches/tutoriallevel2/src/modules/notifications
- Timestamp:
- May 12, 2011, 12:15:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc
r8449 r8451 415 415 allQueue->setPosition(Vector4(0.0, 10, 0.3, 0)); 416 416 417 NotificationQueueCEGUI* infoQueue = new NotificationQueueCEGUI("info", NotificationListener::ALL, 1, -1);417 NotificationQueueCEGUI* infoQueue = new NotificationQueueCEGUI("info", "gameinfo", 1, -1); 418 418 infoQueue->setPosition(Vector4(0.2, 0, 0.8, 0)); 419 419 infoQueue->setFontSize(24);
Note: See TracChangeset
for help on using the changeset viewer.