Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2010, 10:46:15 PM (14 years ago)
Author:
dafrick
Message:

Small thing that I forgot (and probably should mention as well). NotificationQueues need (from now on) to be in the <Level></Level> brackets. The reason is that thed need to be destroyed when the Level is destroyed for the NotificationListeners and the Notifications to be properly unregistered and destroyed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/data/levels/questsystem2.oxw

    r6417 r6946  
    55?>
    66
    7 <NotificationQueue
    8  name     = "notification"
    9  position = "0.55, 0.05"
    10  font     = "VeraMono"
    11  textsize = 0.020
    12  length   = 3
    13  width    = 50
    14 />
    15 
    167<Level
    178 name         = "QuestSystem2"
     
    1910
    2011>
     12
     13  <NotificationQueue
     14     name     = "notification"
     15     position = "0.55, 0.05"
     16     font     = "VeraMono"
     17     textsize = 0.020
     18     length   = 3
     19     width    = 50
     20    />
     21
    2122  <Scene
    2223   ambientlight = "0.5, 0.5, 0.5"
Note: See TracChangeset for help on using the changeset viewer.