Skip to content

Commit 10e2077

Browse files
removed experiments
1 parent af9dd84 commit 10e2077

File tree

5 files changed

+1
-70
lines changed

5 files changed

+1
-70
lines changed

assets/1x/pl_atlas_w2.png

-23.8 KB
Binary file not shown.

assets/2x/pl_atlas_w2.png

-33.2 KB
Binary file not shown.

config.lua

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/jokers/pl_jokers_w2.lua

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/pl_main.lua

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ SMODS.Atlas {
55
py = 95
66
}
77

8-
SMODS.Atlas {
9-
key = 'pl_atlas_w2',
10-
path = 'pl_atlas_w2.png',
11-
px = 71,
12-
py = 95
13-
}
14-
158
SMODS.Atlas{
169
key = "modicon",
1710
path = "modicon.png",
@@ -92,28 +85,4 @@ SMODS.current_mod.extra_tabs = function()
9285
}
9386
end
9487

95-
pl_config = SMODS.current_mod.config
96-
97-
SMODS.current_mod.config_tab = function()
98-
return {
99-
n = G.UIT.ROOT,
100-
config = {
101-
align = "cm",
102-
padding = 0.05,
103-
colour = G.C.CLEAR,
104-
},
105-
nodes = {
106-
create_toggle({
107-
label = "Wave 2 (Experimental, requires reset!)",
108-
ref_table = pl_config,
109-
ref_value = "wave2",
110-
})
111-
},
112-
}
113-
end
114-
115-
NFS.load(SMODS.current_mod.path .. 'src/jokers/pl_jokers_w1.lua')()
116-
117-
if pl_config.wave2 then
118-
NFS.load(SMODS.current_mod.path .. 'src/jokers/pl_jokers_w2.lua')()
119-
end
88+
NFS.load(SMODS.current_mod.path .. 'src/jokers/pl_jokers_w1.lua')()

0 commit comments

Comments
 (0)