Skip to content

Commit 3fcc6ab

Browse files
committed
Merge branch 'refactor' of https://github.com/MathIsFun0/Cryptid into refactor
2 parents aadf4c4 + b84f3b2 commit 3fcc6ab

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cryptid.lua

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ local cryptidConfigTab = function()
215215
}
216216
left_settings = { n = G.UIT.C, config = { align = "tl", padding = 0.05 }, nodes = {} }
217217
right_settings = { n = G.UIT.C, config = { align = "tl", padding = 0.05 }, nodes = {} }
218-
config =
219-
{ n = G.UIT.R, config = { align = "tm", padding = 0 }, nodes = { left_settings, right_settings } }
218+
config = { n = G.UIT.R, config = { align = "tm", padding = 0 }, nodes = { left_settings, right_settings } }
220219
cry_nodes[#cry_nodes + 1] = config
221220
cry_nodes[#cry_nodes + 1] = UIBox_button({
222221
button = "your_collection_content_sets",
@@ -233,7 +232,7 @@ local cryptidConfigTab = function()
233232
active_colour = G.C.MONEY,
234233
ref_table = Cryptid_config,
235234
ref_value = "family_mode",
236-
callback = reload_cryptid_localization
235+
callback = reload_cryptid_localization,
237236
})
238237
return {
239238
n = G.UIT.ROOT,
@@ -318,4 +317,4 @@ local cryptidTabs = function()
318317
}
319318
end
320319
SMODS.current_mod.extra_tabs = cryptidTabs
321-
SMODS.current_mod.config_tab = cryptidConfigTab
320+
SMODS.current_mod.config_tab = cryptidConfigTab

lib/misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,4 +617,4 @@ end
617617
function reload_cryptid_localization()
618618
SMODS.handle_loc_file(Cryptid.path)
619619
return init_localization()
620-
end
620+
end

0 commit comments

Comments
 (0)