continuing the process of moving theme preferences to the new format. still haven't handled protiming, screen filter, or scoring system yet.

This commit is contained in:
AJ Kelly
2011-12-27 20:27:18 -06:00
parent 3565bc0b93
commit 448f64fc37
7 changed files with 32 additions and 401 deletions
@@ -12,7 +12,7 @@ local NumberMaxZoomAt = THEME:GetMetric("Combo", "NumberMaxZoomAt");
local LabelMinZoom = THEME:GetMetric("Combo", "LabelMinZoom");
local LabelMaxZoom = THEME:GetMetric("Combo", "LabelMaxZoom");
local ShowFlashyCombo = GetUserPrefB("UserPrefFlashyCombo")
local ShowFlashyCombo = ThemePrefs.Get("FlashyCombo")
local t = Def.ActorFrame {
InitCommand=cmd(vertalign,bottom);