disable particles for now
This commit is contained in:
@@ -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);
|
||||
}; --]]
|
||||
|
||||
Reference in New Issue
Block a user