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
@@ -1,3 +1,7 @@
local hideFancyElements = (ThemePrefs.Get("FancyUIBG") == false)
local t = Def.ActorFrame{};
if hideFancyElements then return t; end
local Params = {
NumParticles = 30,
VelocityXMin = 100,
@@ -15,10 +19,6 @@ local Params = {
File = "_particle normal",
};
local hideFancyElements = (GetUserPrefB("UserPrefFancyUIBG") == false)
local t = Def.ActorFrame{};
if hideFancyElements then return t; end
local tParticleInfo = {}
for i=1,Params.NumParticles do