disable particles for now

This commit is contained in:
AJ Kelly
2011-08-23 09:18:02 -05:00
parent ed86859798
commit 336d6036f1
2 changed files with 46 additions and 44 deletions
@@ -15,7 +15,9 @@ local Params = {
File = "_particle normal",
};
local hideFancyElements = (GetUserPrefB("UserPrefFancyUIBG") == false)
local t = Def.ActorFrame{};
if hideFancyElements then return t; end
local tParticleInfo = {}
@@ -1,5 +1,3 @@
local hideFancyElements = (GetUserPrefB("UserPrefFancyUIBG") == false)
local t = Def.ActorFrame {};
t[#t+1] = Def.ActorFrame {
@@ -15,9 +13,11 @@ t[#t+1] = Def.ActorFrame {
OnCommand=cmd(texcoordvelocity,0.125,0.5;diffuse,color("#ffd400");diffusealpha,0.045;bob;effectmagnitude,0,0,35;effectperiod,4);
};
};
--[[
LoadActor("_particleLoader") .. {
InitCommand=cmd(x,-SCREEN_CENTER_X;y,-SCREEN_CENTER_Y;hide_if,hideFancyElements;);
};
--]]
--[[ LoadActor("_particles") .. {
InitCommand=cmd(x,-SCREEN_CENTER_X;y,-SCREEN_CENTER_Y);
}; --]]