+ 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() ..")")
@@ -0,0 +1 @@
_silent
@@ -0,0 +1 @@
_silent
@@ -0,0 +1 @@
_silent
+1
View File
@@ -92,6 +92,7 @@ ThemePrefs.InitAll(Prefs)
function InitUserPrefs()
local Prefs = {
UserPrefScoringMode = 'DDR Extreme',
UserPrefSoundPack = 'default',
UserPrefProtimingP1 = false,
UserPrefProtimingP2 = false,
}
+1
View File
@@ -0,0 +1 @@
default/Common Start
@@ -0,0 +1 @@
default/Common invalid
+1
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
default/_common row
+1
View File
@@ -0,0 +1 @@
default/_switch down
+1
View File
@@ -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.