File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed
Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -273,14 +273,16 @@ if AurinkoAddons then
273273end
274274
275275if Entropy .config .override_glitched then
276- -- SMODS.Shader({
277- -- key="entr_glitched",
278- -- path="entr_glitched.fs"
279- -- })
280276
281- -- SMODS.Edition:take_ownership("cry_glitched", {
282- -- shader = "entr_glitched"
283- -- }, true)
277+ SMODS .Shader ({
278+ key = " entr_glitched" ,
279+ path = " entr_glitched.fs"
280+ })
281+
282+ SMODS .Edition :take_ownership (" cry_glitched" , {
283+ shader = " entr_glitched"
284+ }, true )
285+
284286end
285287
286288SMODS .Shader ({
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ local entrConfigTab = function()
5757 callback = function ()
5858 end ,
5959 })
60- -- entr_nodes[#entr_nodes + 1] = create_toggle({
61- -- label = localize("k_entr_glitched"),
62- -- active_colour = HEX("40c76d"),
63- -- ref_table = Entropy.config,
64- -- ref_value = "override_glitched",
65- -- callback = function()
66- -- end,
67- -- })
60+ entr_nodes [# entr_nodes + 1 ] = create_toggle ({
61+ label = localize (" k_entr_glitched" ),
62+ active_colour = HEX (" 40c76d" ),
63+ ref_table = Entropy .config ,
64+ ref_value = " override_glitched" ,
65+ callback = function ()
66+ end ,
67+ })
6868 end
6969 entr_nodes [# entr_nodes + 1 ] = create_toggle ({
7070 label = localize (" k_entr_omega_aleph" ),
You can’t perform that action at this time.
0 commit comments