+ Add DrawOrder mammpings
+ Add SoundPack userpref & underpinnigs for selectable sound packs
This commit is contained in:
@@ -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() ..")")
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
_silent
|
||||
@@ -0,0 +1 @@
|
||||
_silent
|
||||
@@ -0,0 +1 @@
|
||||
_silent
|
||||
@@ -92,6 +92,7 @@ ThemePrefs.InitAll(Prefs)
|
||||
function InitUserPrefs()
|
||||
local Prefs = {
|
||||
UserPrefScoringMode = 'DDR Extreme',
|
||||
UserPrefSoundPack = 'default',
|
||||
UserPrefProtimingP1 = false,
|
||||
UserPrefProtimingP2 = false,
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
default/Common Start
|
||||
@@ -0,0 +1 @@
|
||||
default/Common invalid
|
||||
@@ -0,0 +1 @@
|
||||
default/Common value
|
||||
@@ -0,0 +1 @@
|
||||
default/MenuTimer tick
|
||||
@@ -0,0 +1 @@
|
||||
default/MusicWheel change
|
||||
@@ -0,0 +1 @@
|
||||
default/ScreenGameplay failed
|
||||
@@ -0,0 +1 @@
|
||||
_silent
|
||||
@@ -0,0 +1 @@
|
||||
default/_Music credits (loop)
|
||||
@@ -0,0 +1 @@
|
||||
default/_Music title (loop)
|
||||
@@ -0,0 +1 @@
|
||||
default/_Screen cancel
|
||||
@@ -0,0 +1 @@
|
||||
default/_common row
|
||||
@@ -0,0 +1 @@
|
||||
default/_switch down
|
||||
@@ -0,0 +1 @@
|
||||
default/_switch up
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user