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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user