Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutoriallevel3/data/levels/includes/notifications.oxi @ 8636

Last change on this file since 8636 was 8636, checked in by dafrick, 13 years ago

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

File size: 478 bytes
Line 
1<Script code="showGUI NotificationLayer false true" needsGraphics="true" />
2
3<NotificationQueueCEGUI
4    name="all"
5    targets="questsystem, commandNotification, simpleNotification"
6    displaySize="0.5, 0, 0, 0"
7    position="0, 10, 0.3, 0"
8/>
9
10<NotificationQueueCEGUI
11    name="info"
12    targets="gameinfo"
13    size=1
14    displayTime=-1
15    position="0.2, 0, 0.8, 0"
16    fontSize="24"
17    fontColor="1, 1, 0, 0.8"
18    alignment="HorzCentred"
19    displaySize="0.6, 0, 0, 0"
20/>
Note: See TracBrowser for help on using the repository browser.