Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/data/levels/includes/notifications.oxi @ 8664

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

Presentation level is getting ready.

  • Property svn:eol-style set to native
File size: 437 bytes
Line 
1<Script code="showGUI NotificationLayer false true" needsGraphics="true" />
2
3<NotificationQueueCEGUI
4    name="all"
5    targets="questsystem"
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.