+ Add DrawOrder mammpings

+ Add SoundPack userpref & underpinnigs for selectable sound packs
This commit is contained in:
Jonathan Payne
2012-04-01 02:05:35 -07:00
parent 478359481a
commit cfbbd41df2
42 changed files with 29 additions and 0 deletions
+12
View File
@@ -374,6 +374,18 @@ end
-- command aliases:
function Actor:SetSize(w,h) self:setsize(w,h) end
-- Simple draworder mappings
DrawOrder = {
Background = -100,
Underlay = 0,
Decorations = 100,
Content = 105,
Screen = 120,
Overlay = 200
};
-- function Actor:SetDrawOrder
-- deprecated aliases:
function Actor:hidden(bHide)
Warn("hidden is deprecated, use visible instead. (used on ".. self:GetName() ..")")