Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cegui0.8_ogre1.9/data/levels/includes/notifications.oxi @ 11802

Last change on this file since 11802 was 11802, checked in by landauf, 6 years ago

migrated NotificationLayer.lua to cegui 0.8

  • Property svn:eol-style set to native
File size: 439 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="CentreAligned"
19    displaySize="0.6, 0, 0, 0"
20/>
Note: See TracBrowser for help on using the repository browser.