Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/levels/includes/notifications.oxi @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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.