Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2011, 4:21:14 PM (13 years ago)
Author:
dafrick
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutoriallevel3/data/gui/scripts/NotificationLayer.lua

    r8453 r8636  
    2727        ["window"]    = queue,
    2828        ["name"]      = name,
    29         ["maxSize"]      = size,
     29        ["maxSize"]   = size,
    3030        ["visible"]   = false,
    3131        ["fontSize"]  = 12,
     
    4949
    5050    if queue ~= nil then
     51        queue.window:getParent():removeChildWindow(queue.window)
    5152        winMgr:destroyWindow(queue.window)
    5253    end
Note: See TracChangeset for help on using the changeset viewer.